nemo_microservices.types.shared_params.chat_completion_tool_message_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared_params.chat_completion_tool_message_param.ChatCompletionToolMessageParam#
Bases:
typing_extensions.TypedDict- content: typing_extensions.Required[str]#
None
The contents of the tool message.
- role: typing_extensions.Required[typing_extensions.Literal[tool]]#
None
The role of the messages author, in this case
tool.
- tool_call_id: typing_extensions.Required[str]#
None
Tool call that this message is responding to.