nemo_microservices.types.shared.chat_completion_tool_message_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared.chat_completion_tool_message_param.ChatCompletionToolMessageParam(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- content: str#
None
The contents of the tool message.
- role: typing_extensions.Literal[tool]#
None
The role of the messages author, in this case
tool.
- tool_call_id: str#
None
Tool call that this message is responding to.