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

* release notes

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

727 B

llm:tool-call

jambonz => websocket server

An llm:tool-call message is sent by jambonz to the application when an LLM being managed by jambonz (i.e., the llm verb) has called a function or tool that the application needs to implement.

The payload will include the following properties:

  • name: the name of the function,
  • call_id: an identifier that must be returned in the llm:tool-output method sent by the application to return function call results, and
  • args: an object containing the parameters provided as part of the function call

  Prev: overview Next: session:redirect