mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
Fix client side tools
This commit is contained in:
@@ -1073,7 +1073,7 @@ export function useChat(
|
||||
}
|
||||
flush()
|
||||
|
||||
if (ui?.clientExecutable && isWorkflowToolName(name) && !isPartial) {
|
||||
if (isWorkflowToolName(name) && !isPartial) {
|
||||
startClientWorkflowTool(id, name, args ?? {})
|
||||
}
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user