Enumeration LanguageModelChatMessageRole

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

Enumeration Members

Enumeration Members

Assistant: 2

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

User: 1

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