Represents the role of a chat message. This is either the user or the assistant.

Static variables

@:enumstaticread onlyAssistant:LanguageModelChatMessageRole

The assistant role, e.g. the language model generating responses.

@:enumstaticread onlyUser:LanguageModelChatMessageRole

The user role, e.g the human interacting with a language model.