New to Telerik ReportingStart a free 30-day trial

Provides a description that is specifically crafted for AI assistant consumption. When present on a type or property, it takes precedence over all other description sources (XML doc comments, DescriptionAttribute).

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Property|AttributeTargets.Interface, AllowMultiple = false, Inherited = true)]
public sealed class AIAssistantDescriptionAttribute : Attribute

Inheritance: objectAttributeAIAssistantDescriptionAttribute

Constructors

Initializes a new instance of the attribute with the given AI-optimised description.

C#
public AIAssistantDescriptionAttribute(string description)
Parameters:descriptionstring

Properties

Gets the AI-optimised description text.

C#
public string Description { get; }