Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionContentPartInputAudioParam

OpenaiChatCompletionContentPartInputAudioParam

OpenaiChatCompletionContentPartInputAudioParam = object

Defined in: src/client/types.gen.ts:3126 

Properties

any?

optional any: unknown

Defined in: src/client/types.gen.ts:3127 


input_audio?

optional input_audio: OpenaiChatCompletionContentPartInputAudioInputAudioParam

Defined in: src/client/types.gen.ts:3128 


type?

optional type: 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