Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionContentPartFileParam

OpenaiChatCompletionContentPartFileParam

OpenaiChatCompletionContentPartFileParam = object

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

Properties

any?

optional any: unknown

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


file?

optional file: OpenaiChatCompletionContentPartFileFileParam

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


type?

optional type: string

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

The type of the content part. Always file.

This field can be elided, and will marshal its zero value as “file”.

Last updated on