OpenaiChatCompletionContentPartInputAudioParam
OpenaiChatCompletionContentPartInputAudioParam =
object
Defined in: src/client/types.gen.ts:3126
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3127
input_audio?
optionalinput_audio:OpenaiChatCompletionContentPartInputAudioInputAudioParam
Defined in: src/client/types.gen.ts:3128
type?
optionaltype:string
Defined in: src/client/types.gen.ts:3134
The type of the content part. Always input_audio.
This field can be elided, and will marshal its zero value as “input_audio”.
Last updated on