ChatCompletionToolMessageParam#
- class nemo_microservices.types.shared.ChatCompletionToolMessageParam(*args: Any, **kwargs: Any)
Bases:
BaseModel- content: str
The contents of the tool message.
- role: Literal['tool']
The role of the messages author, in this case tool.
- tool_call_id: str
Tool call that this message is responding to.