Documentation Index
Fetch the complete documentation index at: https://docs.tavus.io/llms.txt
Use this file to discover all available pages before exploring further.
Configure tools on the persona: LLM tool calling.
conversation for conversation-layer app messages.
"conversation"
conversation.tool_call.
"conversation.tool_call"
Monotonic per event; a higher seq was emitted later. Use with turn_idx as in Event ordering and turn tracking.
42
The unique identifier for the conversation.
"c123456"
This is a unique identifier for a given utterance. In this case, it will be the user utterance that triggered the tool call.
"83294d9f-8306-491b-a284-791f56c8383f"
Turn index; increments when conversation.respond is processed. Groups utterances, tool calls, and speaking-state events for the same turn. See Event ordering and turn tracking.
3
Function name and serialized arguments from the LLM. Tavus does not execute tools server-side—your app performs the call per your integration.