RealtimeAgentFunctionCall
A function call requested by the Realtime agent.
Defined in: src/providers/agent/openai/types.ts:64
A function call requested by the Realtime agent.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
arguments | string | JSON-encoded arguments generated by the model. | src/providers/agent/openai/types.ts:72 |
callId | string | Call identifier used to correlate the result. | src/providers/agent/openai/types.ts:66 |
name | string | Tool name matching a RealtimeAgentTool.name. | src/providers/agent/openai/types.ts:69 |