Back to Devexpress

AIChatResource.Uri Property

blazor-devexpress-dot-aiintegration-dot-blazor-dot-chat-dot-aichatresource-4c532395.md

latest1.3 KB
Original Source

AIChatResource.Uri Property

Specifies the absolute or relative URI that identifies the AI chat resource.

Namespace : DevExpress.AIIntegration.Blazor.Chat

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

NuGet Package : DevExpress.AIIntegration.Blazor.Chat

Declaration

csharp
public string Uri { get; }

Property Value

TypeDescription
String

The absolute or relative resource location.

|

Remarks

Use the Uri property to specify the absolute or relative resource location. For MCP, specify the URL of the specific resource endpoint. If the resource is a file, specify a file name.

razor
AIChatResource resource = new AIChatResource("ai-chat-image.png",
    "AI Chat Screenshot",
    fileContent,
    "image/png",
    "An annotated screenshot of the AI Chat component.");

See Also

AIChatResource Class

AIChatResource Members

DevExpress.AIIntegration.Blazor.Chat Namespace