nemo_microservices.types.shared_params.chat_completion_assistant_message_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared_params.chat_completion_assistant_message_param.ChatCompletionAssistantMessageParam#
Bases:
typing_extensions.TypedDict- content: str#
None
The contents of the assistant message.
- function_call: nemo_microservices.types.shared_params.function_call.FunctionCall#
None
Deprecated and replaced by
tool_calls.
- name: str#
None
An optional name for the participant.
- role: typing_extensions.Required[typing_extensions.Literal[assistant]]#
None
The role of the messages author, in this case
assistant.
- tool_calls: Iterable[nemo_microservices.types.shared_params.chat_completion_message_tool_call_param.ChatCompletionMessageToolCallParam]#
None
The tool calls generated by the model, such as function calls.