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
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1425,12 +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
-
console.log('[RunSkipButtons] Always Allow clicked for tool:',toolCall.name)
0 commit comments