Skip to content

Commit 007aec3

Browse files
committed
Fix client side tools
1 parent 2ca21c6 commit 007aec3

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/home/hooks

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/home/hooks/use-chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ export function useChat(
10731073
}
10741074
flush()
10751075

1076-
if (ui?.clientExecutable && isWorkflowToolName(name) && !isPartial) {
1076+
if (isWorkflowToolName(name) && !isPartial) {
10771077
startClientWorkflowTool(id, name, args ?? {})
10781078
}
10791079
break

0 commit comments

Comments
 (0)