ChatCompletionSystemMessageParam#

class nemo_microservices.types.shared.ChatCompletionSystemMessageParam(*args: Any, **kwargs: Any)

Bases: BaseModel

content: str

The contents of the system message.

role: Literal['system']

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

name: str | None = None

An optional name for the participant.