OpenaiChatCompletionContentPartInputAudioInputAudioParam
OpenaiChatCompletionContentPartInputAudioInputAudioParam =
object
Defined in: src/client/types.gen.ts:3112
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3113
data?
optionaldata:string
Defined in: src/client/types.gen.ts:3117
Base64 encoded audio data.
format?
optionalformat:string
Defined in: src/client/types.gen.ts:3123
The format of the encoded audio data. Currently supports “wav” and “mp3”.
Any of “wav”, “mp3”.
Last updated on