From 8d7eece81c2b969c6c377dd4281157c8ac390d76 Mon Sep 17 00:00:00 2001 From: hanishkvc Date: Sat, 1 Nov 2025 15:01:52 +0530 Subject: [PATCH] SimpleChatTC:ToolsWorker: Update note to flow with chat session id --- tools/server/public_simplechat/toolsworker.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/server/public_simplechat/toolsworker.mjs b/tools/server/public_simplechat/toolsworker.mjs index 6706a44721..6bd27728d2 100644 --- a/tools/server/public_simplechat/toolsworker.mjs +++ b/tools/server/public_simplechat/toolsworker.mjs @@ -5,8 +5,8 @@ // /** - * Expects to get a message with id, name and code to run - * Posts message with id, name and data captured from console.log outputs + * Expects to get a message with id (session and toolcall), name and code to run + * Posts message with id (session and toolcall), name and data captured from console.log outputs */