Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 893 Bytes

RealtimeServerEventResponseContentPartAdded.md

File metadata and controls

20 lines (12 loc) · 893 Bytes

RealtimeServerEventResponseContentPartAdded

Returned when a new content part is added to an assistant message item during response generation.

Properties

Name Type Description Notes
eventId String The unique ID of the server event.
type String The event type, must be "response.content_part.added".
responseId String The ID of the response.
itemId String The ID of the item to which the content part was added.
outputIndex Integer The index of the output item in the response.
contentIndex Integer The index of the content part in the item's content array.
part RealtimeServerEventResponseContentPartAddedPart