Interface: ToolCallEvent
Defined in: packages/protocol/src/realtime/events.ts:374
Server event indicating the model wants to call a tool.
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
arguments | public | string | - | - | packages/protocol/src/realtime/events.ts:378 |
callId | public | string | - | - | packages/protocol/src/realtime/events.ts:376 |
id? | public | string | Unique identifier for this event. | RealtimeEventBase.id | packages/protocol/src/realtime/events.ts:19 |
kind | readonly | "tool.call" | - | - | packages/protocol/src/realtime/events.ts:375 |
providerMetadata? | public | SharedProviderMetadata | Provider-specific metadata. | RealtimeEventBase.providerMetadata | packages/protocol/src/realtime/events.ts:24 |
toolId | public | string | - | - | packages/protocol/src/realtime/events.ts:377 |