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 7ec7157 commit 80ecda1Copy full SHA for 80ecda1
CS/DevExpress.AI.Samples.Blazor/Components/Reporting/AITabRenderer.razor
@@ -16,7 +16,7 @@
16
@code {
17
[Parameter] public UserAssistantTabContentModel Model { get; set; }
18
string ClearAnnotations(string text) {
19
- //To clear out the annotations in a response from assistant.
+ //To clear out annotations in a response from the assistant.
20
return Regex.Replace(text, @"\【.*?】", "");
21
}
22
@@ -32,4 +32,4 @@
32
});
33
34
35
-}
+}
0 commit comments