AIChatExtensions Class
Contains methods that convert chat messages.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v24.2.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.