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
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| String | The resource description. |
Remarks
Use the Description property to specify a tooltip shown in the resource picker for AIChatResource.
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