ChatMessageAudioUrlContentItem interface
A structured chat content item for audio content passed as a url.
- Extends
Properties
audio_url | The details of the audio url. |
type | The discriminated object type: always 'audio_url' for this type. |
Property Details
audio_url
The details of the audio url.
audio_url: ChatMessageInputAudioUrl
Property Value
type
The discriminated object type: always 'audio_url' for this type.
type: "audio_url"
Property Value
"audio_url"