OpenaiChatCompletionContentPartImageParam
OpenaiChatCompletionContentPartImageParam =
object
Defined in: src/client/types.gen.ts:3101
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3102
image_url?
optionalimage_url:OpenaiChatCompletionContentPartImageImageUrlParam
Defined in: src/client/types.gen.ts:3103
type?
optionaltype:string
Defined in: src/client/types.gen.ts:3109
The type of the content part.
This field can be elided, and will marshal its zero value as “image_url”.
Last updated on