You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,21 @@
5
5
<!-- default badges end -->
6
6
# Rich Text Editor and HTML Editor for Blazor - How to integrate AI-powered extensions
7
7
8
-
This example integrates AI-powered extensions in Rich Text Editor and HTML Editor. These extensions add UI elements to an editor and allows users to process editor content with AI functions.
8
+
This example enables AI-powered extensions for Rich Text Editor and HTML Editor. These extensions supply AI functions that process editor content.
9
9
10
10
## Implementation Details
11
11
12
12
[DxRichEdit](https://docs.devexpress.com/Blazor/DevExpress.Blazor.RichEdit.DxRichEdit) and [DxHtmlEditor](https://docs.devexpress.com/Blazor/DevExpress.Blazor.DxHtmlEditor) components implement the `AdditionalSettings` property. You can populate this property with commands that allow users to process editor text. Available commands for both editors are the following:
13
13
14
-
*`CustomAISettings` allows user to ask a custom question to editor content.
15
-
*`ExpandAISettings`makes the text longer.
14
+
*`CustomAISettings` allows user to process text according to a custom prompt.
15
+
*`ExpandAISettings`expands the text.
16
16
*`ExplainAISettings` explains the text.
17
17
*`ProofreadAISettings` proofreads the text.
18
18
*`RewriteAISettings` rewrites the text in the specified style.
19
-
*`ShortenAISettings`makes the text shorter.
20
-
*`SummaryAISettings`creates text summary.
21
-
*`ToneAISettings`- rewrites the text in the specified tone.
22
-
*`TranslateAISettings` translates text into the specified language.
19
+
*`ShortenAISettings`shortens the text.
20
+
*`SummaryAISettings`summarizes the text.
21
+
*`ToneAISettings` rewrites the text in the specified tone.
22
+
*`TranslateAISettings` translates the text into the specified language.
0 commit comments