ChatCompletionMessageToolCallParam#
- class nemo_microservices.types.shared.ChatCompletionMessageToolCallParam(*args: Any, **kwargs: Any)
Bases:
BaseModel- id: str
The ID of the tool call.
- function: Function
The function that the model called.
- type: Literal['function']
The type of the tool. Currently, only function is supported.