Fix client side tools

This commit is contained in:
Siddharth Ganesan
2026-04-06 11:27:09 -07:00
parent b74cf283c8
commit 87ff68ce11

View File

@@ -1073,7 +1073,7 @@ export function useChat(
}
flush()
if (ui?.clientExecutable && isWorkflowToolName(name) && !isPartial) {
if (isWorkflowToolName(name) && !isPartial) {
startClientWorkflowTool(id, name, args ?? {})
}
break