RealtimeServerEventResponseContentPartAdded
objectReturned when a new content part is added to an assistant message item during
response generation.
The unique ID of the server event.
The event type, must be response.content_part.added.
Allowed values:response.content_part.added
The ID of the response.
The ID of the item to which the content part was added.
The index of the output item in the response.
The index of the content part in the item’s content array.
The content part that was added.
Show Child Parameters
RealtimeServerEventResponseContentPartDone
objectReturned when a content part is done streaming in an assistant message item.
Also emitted when a Response is interrupted, incomplete, or cancelled.
The unique ID of the server event.
The event type, must be response.content_part.done.
Allowed values:response.content_part.done
The ID of the response.
The ID of the item.
The index of the output item in the response.
The index of the content part in the item’s content array.
The content part that is done.
Show Child Parameters
RealtimeServerEventResponseCreated
objectReturned when a new Response is created. The first event of response creation,
where the response is in an initial state of in_progress.
The unique ID of the server event.
The event type, must be response.created.
Allowed values:response.created
The response resource.
Show Child Parameters
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.