SimpleChatTC:ToolsWorker: Update note to flow with chat session id

This commit is contained in:
hanishkvc 2025-11-01 15:01:52 +05:30
parent 8ab8727f70
commit 8d7eece81c
1 changed files with 2 additions and 2 deletions

View File

@ -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
*/