Interface IMessage
Represents a message in an AI conversation with a specific role and content.
Namespace: Telerik.Reporting.AI
Assembly: Telerik.Reporting.dll
Syntax
public interface IMessage
Properties
Contents
Gets the collection of content items contained in this message.
Declaration
IReadOnlyCollection<IContent> Contents { get; }
Property Value
System.Collections.Generic.IReadOnlyCollection<IContent>
|
Role
Gets the role of the message sender within the conversation.
Declaration
MessageRole Role { get; }
Property Value
MessageRole
|