OpenaiChatCompletionContentPartFileParam
OpenaiChatCompletionContentPartFileParam =
object
Defined in: src/client/types.gen.ts:3075
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3076
file?
optionalfile:OpenaiChatCompletionContentPartFileFileParam
Defined in: src/client/types.gen.ts:3077
type?
optionaltype: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