ChatMessageAudioDataContentItem interface
A structured chat content item for audio content passed as base64 encoded data.
- Extends
Properties
input_audio | The details of the input audio data. |
type | The discriminated object type: always 'input_audio' for this type. |
Property Details
input_audio
The details of the input audio data.
input_audio: ChatMessageInputAudio
Property Value
type
The discriminated object type: always 'input_audio' for this type.
type: "input_audio"
Property Value
"input_audio"