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)
Properties
Description
string
Gets the AI-optimised description text.
C#
public string Description { get; }