We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c2d2c commit 123911eCopy full SHA for 123911e
CS/DevExpress.AI.Samples.Blazor/Components/Reporting/AITabRenderer.razor
@@ -1,11 +1,11 @@
1
-@using System.Text.RegularExpressions
2
-@using DevExpress.AI.Samples.Blazor.Models
3
-@using AIIntegration.Services.Chat
+@using DevExpress.AI.Samples.Blazor.Models
4
@using DevExpress.AIIntegration.Blazor.Chat
+@using System.Text.RegularExpressions
5
@using DevExpress.AIIntegration.OpenAI.Services
6
@using Markdig
7
8
-<DxAIChat CssClass="my-report-chat" ResponseContentFormat="ResponseContentFormat.Markdown" Initialized="ChatInitialized">
+
+<DxAIChat CssClass="my-report-chat" Initialized="ChatInitialized">
9
<MessageContentTemplate>
10
<div class="my-chat-content">
11
@ToHtml(context.Content)
CS/DevExpress.AI.Samples.Blazor/Constants.cs renamed to CS/DevExpress.AI.Samples.Blazor/Instructions.cs
0 commit comments