Share via


ServerEventResponseFunctionCallArgumentsDelta interface

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

Extends

Properties

callId

The ID of the function call.

delta

The arguments delta as a JSON string.

itemId

The ID of the function call item.

outputIndex

The index of the output item in the response.

responseId

The ID of the response.

type

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

Inherited Properties

eventId

Property Details

callId

The ID of the function call.

callId: string

Property Value

string

delta

The arguments delta as a JSON string.

delta: string

Property Value

string

itemId

The ID of the function call item.

itemId: string

Property Value

string

outputIndex

The index of the output item in the response.

outputIndex: number

Property Value

number

responseId

The ID of the response.

responseId: 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"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ServerEvent.eventId