nemo_microservices.types.shared.chat_completion_user_message_param#

Module Contents#

Classes#

Data#

API#

class nemo_microservices.types.shared.chat_completion_user_message_param.ChatCompletionUserMessageParam(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

content: Union[str, List[nemo_microservices.types.shared.chat_completion_user_message_param.ContentUnionMember1]]#

None

The contents of the user message.

name: Optional[str]#

None

An optional name for the participant.

role: typing_extensions.Literal[user]#

None

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

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

None