The unique ID of the server event.
The item to add to the conversation.
Optional
previous_The ID of the preceding item in the Conversation context, allows the client to
understand the order of the conversation. Can be null
if the item has no
predecessor.
The event type, must be conversation.item.created
.
Returned when a conversation item is created. There are several scenarios that produce this event:
message
(roleassistant
) or typefunction_call
.server_vad
mode). The server will take the content of the input audio buffer and add it to a new user message Item.conversation.item.create
event to add a new Item to the Conversation.