nemo_microservices.types.shared_params.chat_completion_user_message_param#

Module Contents#

Classes#

Data#

API#

class nemo_microservices.types.shared_params.chat_completion_user_message_param.ChatCompletionUserMessageParam#

Bases: typing_extensions.TypedDict

content: typing_extensions.Required[str | Iterable[nemo_microservices.types.shared_params.chat_completion_user_message_param.ContentUnionMember1]]#

None

The contents of the user message.

name: str#

None

An optional name for the participant.

role: typing_extensions.Required[typing_extensions.Literal[user]]#

None

The role of the messages author, in this case user.

nemo_microservices.types.shared_params.chat_completion_user_message_param.ContentUnionMember1: typing_extensions.TypeAlias#

None