Enum
MessageRole

Defines the possible roles a message sender can have within an AI conversation.

Definition

Namespace:Telerik.Reporting.AI

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum MessageRole

Fields

Assistant

Represents a message from the AI assistant.

Declaration

cs-api-definition
Assistant = 1

Field Value

MessageRole

System

Represents a system message that provides context or instructions.

Declaration

cs-api-definition
System = 0

Field Value

MessageRole

Tool

Represents a message from a tool or external system.

Declaration

cs-api-definition
Tool = 3

Field Value

MessageRole

User

Represents a message from the user.

Declaration

cs-api-definition
User = 2

Field Value

MessageRole

In this article
DefinitionFieldsAssistantSystemToolUser
Not finding the help you need?
Contact Support