ChatCompletionUserMessageParam#

class nemo_microservices.types.shared_params.ChatCompletionUserMessageParam

Bases: TypedDict

content: Required[str | Iterable[ChatCompletionContentPartTextParam | ChatCompletionContentPartImageParam]]

The contents of the user message.

role: Required[Literal['user']]

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

name: str

An optional name for the participant.