ServerEventResponseFunctionCallArgumentsDelta interface
Returned when the model-generated function call arguments are updated.
- Extends
Properties
| call |
The ID of the function call. |
| delta | The arguments delta as a JSON string. |
| item |
The ID of the function call item. |
| output |
The index of the output item in the response. |
| response |
The ID of the response. |
| type | The event type, must be |
Inherited Properties
| event |
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"