RealtimeServerEventResponseDone
objectReturned when a Response is done streaming. Always emitted, no matter the
final state. The Response object included in the response.done event will
include all output Items in the Response but will omit the raw audio data.
The unique ID of the server event.
The event type, must be response.done.
Allowed values:response.done
The response resource.
Show Child Parameters
RealtimeServerEventResponseFunctionCallArgumentsDelta
objectReturned when the model-generated function call arguments are updated.
The unique ID of the server event.
The event type, must be response.function_call_arguments.delta.
Allowed values:response.function_call_arguments.delta
The ID of the response.
The ID of the function call item.
The index of the output item in the response.
The ID of the function call.
The arguments delta as a JSON string.
RealtimeServerEventResponseFunctionCallArgumentsDone
objectReturned when the model-generated function call arguments are done streaming.
Also emitted when a Response is interrupted, incomplete, or cancelled.
The unique ID of the server event.
The event type, must be response.function_call_arguments.done.
Allowed values:response.function_call_arguments.done
The ID of the response.
The ID of the function call item.
The index of the output item in the response.
The ID of the function call.
The final arguments as a JSON string.
RealtimeServerEventResponseOutputItemAdded
objectReturned when a new Item is created during Response generation.
The unique ID of the server event.
The event type, must be response.output_item.added.
Allowed values:response.output_item.added
The ID of the Response to which the item belongs.
The index of the output item in the Response.
The item to add to the conversation.
Show Child Parameters
RealtimeServerEventResponseOutputItemDone
objectReturned when an Item is done streaming. Also emitted when a Response is
interrupted, incomplete, or cancelled.
The unique ID of the server event.
The event type, must be response.output_item.done.
Allowed values:response.output_item.done
The ID of the Response to which the item belongs.
The index of the output item in the Response.
The item to add to the conversation.