OpenaiChatCompletionToolMessageParam
OpenaiChatCompletionToolMessageParam =
object
Defined in: src/client/types.gen.ts:3658
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3659
content?
optionalcontent:OpenaiChatCompletionToolMessageParamContentUnion
Defined in: src/client/types.gen.ts:3660
role?
optionalrole:string
Defined in: src/client/types.gen.ts:3666
The role of the messages author, in this case tool.
This field can be elided, and will marshal its zero value as “tool”.
tool_call_id?
optionaltool_call_id:string
Defined in: src/client/types.gen.ts:3670
Tool call that this message is responding to.
Last updated on