TransportToolCallEvent
type TransportToolCallEvent = object;
Event representing an attempted tool call by the model on the transport layer.
Properties
Section titled “Properties”arguments
Section titled “arguments”arguments: string;
callId
Section titled “callId”callId: string;
optional id: string;
name: string;
previousItemId?
Section titled “previousItemId?”optional previousItemId: string;
type: "function_call";