- Tool calls issued through the chat widget will be posted to this URL.
+ In workflow editor, tool calls will be posted to this URL, unless they are mocked.
@@ -587,7 +580,7 @@ export default function App({
-
+ {/* */}
diff --git a/apps/rowboat/app/projects/[projectId]/playground/messages.tsx b/apps/rowboat/app/projects/[projectId]/playground/messages.tsx
index 13035bbe..41f8f118 100644
--- a/apps/rowboat/app/projects/[projectId]/playground/messages.tsx
+++ b/apps/rowboat/app/projects/[projectId]/playground/messages.tsx
@@ -443,6 +443,7 @@ function ClientToolCall({
try {
response = await executeClientTool(
toolCall,
+ messages,
projectId,
);
} catch (e) {