Skip to content

Commit 80ecda1

Browse files
authored
Update AITabRenderer.razor
1 parent 7ec7157 commit 80ecda1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CS/DevExpress.AI.Samples.Blazor/Components/Reporting/AITabRenderer.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@code {
1717
[Parameter] public UserAssistantTabContentModel Model { get; set; }
1818
string ClearAnnotations(string text) {
19-
//To clear out the annotations in a response from assistant.
19+
//To clear out annotations in a response from the assistant.
2020
return Regex.Replace(text, @"\【.*?】", "");
2121
}
2222

@@ -32,4 +32,4 @@
3232
});
3333
}
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)