nemo_microservices.types.shared_params.chat_completion_function_message_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared_params.chat_completion_function_message_param.ChatCompletionFunctionMessageParam#
Bases:
typing_extensions.TypedDict- content: typing_extensions.Required[str]#
None
The contents of the function message.
- name: typing_extensions.Required[str]#
None
The name of the function to call.
- role: typing_extensions.Required[typing_extensions.Literal[function]]#
None
The role of the messages author, in this case
function.