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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1426,7 +1426,9 @@ function RunSkipButtons({
1426
1426
setButtonsHidden(true)
1427
1427
try{
1428
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