Perception Tool Call Event
This is an event broadcasted by Tavus.
A perception_tool_call
event is broadcasted by Tavus when a perception tool is triggered based on visual context. The event will contain the tool name, arguments, and encoded frames that triggered said tool call.
Perception tool calls can be used to trigger automated actions in response to visual cues detected by the Raven perception system.
Message type indicates what product this event will be used for. In this case, the message_type will be conversation
"conversation"
This is the type of event that is being sent back. This field will be present on all events and can be used to distinguish between different event types.
"conversation.perception_tool_call"
The unique identifier for the conversation.
"c123456"
This object will contain the name
, arguments
, and frames
properties related to the perception tool call.