For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
CommunitySign Up
HomeGuidesVerbsAPI ReferenceSelf-HostingClient SDKsTutorialsChangelog
HomeGuidesVerbsAPI ReferenceSelf-HostingClient SDKsTutorialsChangelog
    • Introduction
  • REST Call Control
  • REST Platform Management
  • Webhooks
    • GETNew Call
    • POSTNew Call
    • POSTClient Authentication
    • POSTNew Client Tool Request
  • Websocket API
      • Overview
      • session:new
      • session:redirect
      • session:reconnect
      • call:status
      • verb:hook
      • verb:status
      • llm:event
      • llm:tool-call
      • tts:tokens-result
      • tts:streaming-event
      • dial:confirm
      • ack
      • command
      • llm:tool-output
      • llm:update
      • tts:tokens
      • tts:flush
      • tts:clear
      • WSScallControl
LogoLogo
CommunitySign Up
Websocket APICall Control

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
Was this page helpful?
Edit this page
Previous

tts:tokens-result

Next
Built with