RealtimeServerEventResponseMCPCallArgumentsDelta interface

Returned when MCP tool call arguments are updated during response generation.

Extends

Properties

delta

The JSON-encoded arguments delta.

event_id

The unique ID of the server event.

item_id

The ID of the MCP tool call item.

obfuscation

Indicates, when present, that the arguments delta was obfuscated.

output_index

The index of the output item in the response.

response_id

The ID of the response.

type

The event type, must be response.mcp_call_arguments.delta.

Property Details

delta

The JSON-encoded arguments delta.

delta: 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

obfuscation

Indicates, when present, that the arguments delta was obfuscated.

obfuscation?: 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.delta.

type: "response.mcp_call_arguments.delta"

Property Value

"response.mcp_call_arguments.delta"