OpenaiChatCompletionUserMessageParam
OpenaiChatCompletionUserMessageParam =
object
Defined in: src/client/types.gen.ts:3693
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3694
content?
optionalcontent:OpenaiChatCompletionUserMessageParamContentUnion
Defined in: src/client/types.gen.ts:3695
name?
optionalname:ParamOptString
Defined in: src/client/types.gen.ts:3696
role?
optionalrole:string
Defined in: src/client/types.gen.ts:3702
The role of the messages author, in this case user.
This field can be elided, and will marshal its zero value as “user”.
Last updated on