You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input/tool-input.tsx
-29Lines changed: 0 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -180,20 +180,6 @@ function resolveCustomToolFromReference(
180
180
returnnull
181
181
}
182
182
183
-
/**
184
-
* Checks if a stored custom tool uses the reference-only format.
185
-
*
186
-
* @remarks
187
-
* Reference-only format means the tool has a customToolId but no inline code/schema,
188
-
* requiring resolution from the database at runtime.
189
-
*
190
-
* @param storedTool - The stored tool to check
191
-
* @returns `true` if the tool is a reference-only custom tool, `false` otherwise
0 commit comments