Skip to content

Commit 5d28c35

Browse files
committed
Fix
1 parent 6ca36dd commit 5d28c35

File tree

1 file changed

+0
-2
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/tool-call

1 file changed

+0
-2
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/tool-call/tool-call.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,8 +1260,6 @@ async function handleRun(
12601260
const instance = getClientTool(toolCall.id)
12611261

12621262
if (!instance && isIntegrationTool(toolCall.name)) {
1263-
// Note: Don't set state to 'executing' here - executeIntegrationTool handles it internally
1264-
// and has a guard that skips if already executing (which would cause the tool to get stuck)
12651263
onStateChange?.('executing')
12661264
try {
12671265
await useCopilotStore.getState().executeIntegrationTool(toolCall.id)

0 commit comments

Comments
 (0)