Back to Devexpress

AIChatResource.Name Property

blazor-devexpress-dot-aiintegration-dot-blazor-dot-chat-dot-aichatresource-e4fdb497.md

latest1.3 KB
Original Source

AIChatResource.Name Property

Specifies the AI Chat resource name.

Namespace : DevExpress.AIIntegration.Blazor.Chat

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

NuGet Package : DevExpress.AIIntegration.Blazor.Chat

Declaration

csharp
public string Name { get; }

Property Value

TypeDescription
String

The resource name.

|

Remarks

Use the Name property to specify a resource title displayed in the resource picker and the selected resource box in chat.

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