nemo_microservices.types.shared.chat_completion_message_tool_call#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared.chat_completion_message_tool_call.ChatCompletionMessageToolCall(/, **data: typing.Any)#
Bases:
nemo_microservices._models.BaseModel- function: nemo_microservices.types.shared.function.Function#
None
The function that the model called.
- id: str#
None
The ID of the tool call.
- type: typing_extensions.Literal[nemo_microservices.types.shared.chat_completion_message_tool_call.ChatCompletionMessageToolCall.function]#
None
The type of the tool. Currently, only
functionis supported.