Skip to Content
Realtime TypeScript SdkInterfacesInterface: ToolResponseEvent

Ticos Realtime API v0.3.1


Interface: ToolResponseEvent

Tool response event payload

Extends

Indexable

[key: string]: any

Properties

call_id

call_id: string


error?

optional error: object

code

code: string

message

message: string


result?

optional result: Record<string, any>


type

type: string

Inherited from

Event.type