Back to Devexpress

AIChatResource.Description Property

blazor-devexpress-dot-aiintegration-dot-blazor-dot-chat-dot-aichatresource-5d998b1c.md

latest1.4 KB
Original Source

AIChatResource.Description Property

Specifies the AI Chat resource description.

Namespace : DevExpress.AIIntegration.Blazor.Chat

Assembly : DevExpress.AIIntegration.Blazor.Chat.v25.2.dll

NuGet Package : DevExpress.AIIntegration.Blazor.Chat

Declaration

csharp
public string Description { get; }

Property Value

TypeDescription
String

The resource description.

|

Remarks

Use the Description property to specify a tooltip shown in the resource picker for AIChatResource.

razor
AIChatResource resource = new AIChatResource("instructions",
    "Technical Support",
    fileContent,
    "text/plain",
    "An assistant that helps troubleshoot technical issues and provides step-by-step solutions.");

See Also

AIChatResource Class

AIChatResource Members

DevExpress.AIIntegration.Blazor.Chat Namespace