Tool Call Event
This is an event broadcasted by Tavus.
A tool_call
event is broadcasted by Tavus when an LLM tool call should be made. The event will contain the name and arguments of the function that should be called.
Tool call events can be used to make calls to external APIs or databases.
The schema is of type object
.