OpenaiChatCompletionContentPartTextParam
OpenaiChatCompletionContentPartTextParam =
object
Defined in: src/client/types.gen.ts:3151
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3152
text?
optionaltext:string
Defined in: src/client/types.gen.ts:3156
The text content.
type?
optionaltype:string
Defined in: src/client/types.gen.ts:3162
The type of the content part.
This field can be elided, and will marshal its zero value as “text”.
Last updated on