RealtimeServerEventResponseFunctionCallArgumentsDone interface
Returned when the model-generated function call arguments are done streaming. Also emitted when a Response is interrupted, incomplete, or cancelled.
- Extends
Properties
| arguments | The final arguments as a JSON string. |
| call_id | The ID of the function call. |
| event_id | The unique ID of the server event. |
| item_id | The ID of the function call item. |
| name | The name of the function that was called. |
| 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 arguments as a JSON string.
arguments: string
Property Value
string
call_id
The ID of the function call.
call_id: 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
name
The name of the function that was called.
name: 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.done.
type: "response.function_call_arguments.done"
Property Value
"response.function_call_arguments.done"