Enum MessageRole
Defines the possible roles a message sender can have within an AI conversation.
Namespace: Telerik.Reporting.AI
Assembly: Telerik.Reporting.dll
Syntax
public enum MessageRole
Assistant
Represents a message from the AI assistant.
System
Represents a system message that provides context or instructions.
Tool
Represents a message from a tool or external system.
User
Represents a message from the user.