Files
next-static-site/markdown/docs/ws/llm-tool-output.md
Dave Horton 8406b7778b wip (#106)
* wip

* release notes

* wip
2025-01-29 10:55:56 -05:00

490 B

llm:tool-output

websocket server => jambonz

An llm:tool-output message is sent by the application to jambonz in response to a llm:tool-call) message.

The payload must include:

  • tool_call_id: the value of call_id in the "llm:tool-call" message
  • data: an object containing the results of the function

  Prev: overview Next: session:redirect