RealtimeServerEventConversationItemInputAudioTranscriptionFailed interface

Returned when input audio transcription is configured, and a transcription request for a user message failed. These events are separate from other error events so that the client can identify the related Item.

Extends

Properties

content_index

The index of the content part containing the audio.

error

Details of the transcription error.

event_id

The unique ID of the server event.

item_id

The ID of the user message item.

type

The event type, must be conversation.item.input_audio_transcription.failed.

Property Details

content_index

The index of the content part containing the audio.

content_index: number

Property Value

number

error

Details of the transcription error.

error: RealtimeServerEventConversationItemInputAudioTranscriptionFailedError

Property Value

event_id

The unique ID of the server event.

event_id: string

Property Value

string

item_id

The ID of the user message item.

item_id: string

Property Value

string

type

The event type, must be conversation.item.input_audio_transcription.failed.

type: "conversation.item.input_audio_transcription.failed"

Property Value

"conversation.item.input_audio_transcription.failed"