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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -982,6 +982,11 @@ export function ToolInput({
982
982
if(hasMultipleOperations(blockType)){
983
983
returnfalse
984
984
}
985
+
// Allow multiple instances for workflow and knowledge blocks
986
+
// Each instance can target a different workflow/knowledge base
0 commit comments