RealtimeServerEventInputAudioBufferCommitted interface

Returned when an input audio buffer is committed, either by the client or automatically in server VAD mode. The item_id property is the ID of the user message item that will be created, thus a conversation.item.created event will also be sent to the client.

Extends

Properties

event_id

The unique ID of the server event.

item_id

The ID of the user message item that will be created.

previous_item_id

The identifier of the conversation item preceding the user message created from the committed audio.

type

The event type, must be input_audio_buffer.committed.

Property Details

event_id

The unique ID of the server event.

event_id: string

Property Value

string

item_id

The ID of the user message item that will be created.

item_id: string

Property Value

string

previous_item_id

The identifier of the conversation item preceding the user message created from the committed audio.

previous_item_id?: string

Property Value

string

type

The event type, must be input_audio_buffer.committed.

type: "input_audio_buffer.committed"

Property Value

"input_audio_buffer.committed"