ChatCompletionUserMessageParam#
- class nemo_microservices.types.shared.ChatCompletionUserMessageParam(*args: Any, **kwargs: Any)
Bases:
BaseModel- content: str | List[ChatCompletionContentPartTextParam | ChatCompletionContentPartImageParam]
The contents of the user message.
- role: Literal['user']
The role of the messages author, in this case user.
- name: str | None = None
An optional name for the participant.