Skip to main content

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.

Outbound: Tavus broadcasts when Raven triggers a perception tool from visual or audio input.

Configure perception tools: Perception tool calling and Perception.

message_type
string

conversation for conversation-layer app messages.

Example:

"conversation"

event_type
string

conversation.perception_tool_call.

Example:

"conversation.perception_tool_call"

seq
integer

Monotonic per event; a higher seq was emitted later. Use with turn_idx as in Event ordering and turn tracking.

Example:

42

conversation_id
string

The unique identifier for the conversation.

Example:

"c123456"

turn_idx
integer

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.

Example:

3

properties
object

Tool name, modality from the perception step, arguments as returned by the model, optional non-empty frames for multimodal metadata.