Skip to main content
All docs
V25.1
  • AIChatExtensions Class

    Contains methods that convert chat messages.

    Namespace: DevExpress.AIIntegration.Blazor.Chat

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

    NuGet Package: DevExpress.AIIntegration.Blazor.Chat

    Declaration

    public static class AIChatExtensions

    Remarks

    The DxAIChat component operates with BlazorChatMessage objects while AI services operate with Microsoft.Extensions.AI.ChatMessage objects. Use the methods implemented by the AIChatExtensions class to convert chat messages.

    Inheritance

    Object
    AIChatExtensions
    See Also