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/copilot/components/tool-call/tool-call.tsx
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1425,10 +1425,7 @@ function RunSkipButtons({
1425
1425
setIsProcessing(true)
1426
1426
setButtonsHidden(true)
1427
1427
try{
1428
-
// Add to auto-allowed list - this also executes all pending integration tools of this type
1429
1428
awaitaddAutoAllowedTool(toolCall.name)
1430
-
// For client tools with interrupts (not integration tools), we still need to call handleRun
1431
-
// since executeIntegrationTool only works for server-side tools
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/user-input/constants.ts
0 commit comments