nemo_microservices.types.shared_params.chat_completion_message_tool_call_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared_params.chat_completion_message_tool_call_param.ChatCompletionMessageToolCallParam#
Bases:
typing_extensions.TypedDict- function: typing_extensions.Required[nemo_microservices.types.shared_params.function.Function]#
None
The function that the model called.
- id: typing_extensions.Required[str]#
None
The ID of the tool call.
- type: typing_extensions.Required[typing_extensions.Literal[nemo_microservices.types.shared_params.chat_completion_message_tool_call_param.ChatCompletionMessageToolCallParam.function]]#
None
The type of the tool. Currently, only
functionis supported.