OpenAI::ChatCompletionRequestMessageContentPartAudioInputAudio
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(data : String = "", format : ChatCompletionRequestMessageContentPartAudioInputAudioFormat = ChatCompletionRequestMessageContentPartAudioInputAudioFormat::Wav)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
format=(format : ChatCompletionRequestMessageContentPartAudioInputAudioFormat)
The format of the encoded audio data. Currently supports "wav" and "mp3".