ChatCompletionSystemMessageParam#

class nemo_microservices.types.shared_params.ChatCompletionSystemMessageParam

Bases: TypedDict

content: Required[str]

The contents of the system message.

role: Required[Literal['system']]

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

name: str

An optional name for the participant.