OpenaiChatCompletionFunctionMessageParam
OpenaiChatCompletionFunctionMessageParam =
object
Defined in: src/client/types.gen.ts:3202
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3203
content?
optionalcontent:ParamOptString
Defined in: src/client/types.gen.ts:3204
name?
optionalname:string
Defined in: src/client/types.gen.ts:3208
The name of the function to call.
role?
optionalrole:string
Defined in: src/client/types.gen.ts:3214
The role of the messages author, in this case function.
This field can be elided, and will marshal its zero value as “function”.
Last updated on