Skip to Content
Realtime TypeScript SdkInterfacesInterface: ToolCallEvent

Ticos Realtime API v0.3.1


Interface: ToolCallEvent

Tool call event payload

Extends

Indexable

[key: string]: any

Properties

call_id

call_id: string


parameters

parameters: Record<string, any>


tool_name

tool_name: string


type

type: string

Inherited from

Event.type