ChatCompletionMessageToolCallParam#

class nemo_microservices.types.shared_params.ChatCompletionMessageToolCallParam

Bases: TypedDict

id: Required[str]

The ID of the tool call.

function: Required[Function]

The function that the model called.

type: Required[Literal['function']]

The type of the tool. Currently, only function is supported.