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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,20 @@
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 enables AI-powered extensions for Rich Text Editor and HTML Editor. These extensions supply AI functions that process editor content.
8
+
This example enables AI-powered extensions for both the DevExpress Blazor Rich Text Editor and HTML Editor. These extensions supply AI functions designed to process text/HTML content.
9
9
10
10
## Implementation Details
11
11
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:
12
+
Both the DevExpress Blazor Rich Text Editor ([DxRichEdit](https://docs.devexpress.com/Blazor/DevExpress.Blazor.RichEdit.DxRichEdit)) and Blazor HTML Editor ([DxHtmlEditor](https://docs.devexpress.com/Blazor/DevExpress.Blazor.DxHtmlEditor)) ship with an`AdditionalSettings` property. You can populate this property with commands and allow users to process editor text as needs dictate. Available commands for both editors are as follows:
13
13
14
14
*`CustomAISettings` allows user to process text according to a custom prompt.
15
15
*`ExpandAISettings` expands the text.
16
16
*`ExplainAISettings` explains the text.
17
17
*`ProofreadAISettings` proofreads the text.
18
-
*`RewriteAISettings`rewrites the text in the specified style.
18
+
*`RewriteAISettings`rewrite text using a specified style.
19
19
*`ShortenAISettings` shortens the text.
20
20
*`SummaryAISettings` summarizes the text.
21
-
*`ToneAISettings`rewrites the text in the specified tone.
21
+
*`ToneAISettings`rewrite text using a specified tone.
22
22
*`TranslateAISettings` translates the text into the specified language.
0 commit comments