RealtimeServerEventResponseFunctionCallArgumentsDelta interface

Returned when the model-generated function call arguments are updated.

Extends

Properties

call_id

The ID of the function call.

delta

The arguments delta as a JSON string.

event_id

The unique ID of the server event.

item_id

The ID of the function 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 response.function_call_arguments.delta.

Property Details

call_id

The ID of the function call.

call_id: string

Property Value

string

delta

The arguments delta as a JSON string.

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 function 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.function_call_arguments.delta.

type: "response.function_call_arguments.delta"

Property Value

"response.function_call_arguments.delta"