Skip to main content
All docs
V25.2
  • 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

    public string Uri { get; }

    Property Value

    Type Description
    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.

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