RealtimeServerEventResponseMCPCallArgumentsDone interface
Returned when MCP tool call arguments are finalized during response generation.
- Extends
Properties
| arguments | The final JSON-encoded arguments string. |
| event_id | The unique ID of the server event. |
| item_id | The ID of the MCP tool call item. |
| output_index | The index of the output item in the response. |
| response_id | The ID of the response. |
| type | The event type, must be |
Property Details
arguments
The final JSON-encoded arguments string.
arguments: string
Property Value
string
event_id
The unique ID of the server event.
event_id: string
Property Value
string
item_id
The ID of the MCP tool call item.
item_id: string
Property Value
string
output_index
The index of the output item in the response.
output_index: number
Property Value
number
response_id
The ID of the response.
response_id: string
Property Value
string
type
The event type, must be response.mcp_call_arguments.done.
type: "response.mcp_call_arguments.done"
Property Value
"response.mcp_call_arguments.done"