File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Both the DevExpress Blazor Rich Text Editor ([DxRichEdit](https://docs.devexpres
1414* ** Ask AI Assistant** allows user to process text based on a custom prompt.
1515* ** Change Style** rewrite text using a specified style.
1616* ** Change Tone** rewrite text using a specified tone.
17+ * ** Describe Picture** generates the description for an image (for Rich Text Editor only).
1718* ** Expand** expands text.
1819* ** Explain** explains text.
1920* ** Proofread** proofreads text.
@@ -31,7 +32,6 @@ Add the following code to the _Program.cs_ file to register AI services in the a
3132``` cs
3233using Azure ;
3334using Azure .AI .OpenAI ;
34- using DevExpress .AI .Samples .Blazor .Editors .Components ;
3535using Microsoft .Extensions .AI ;
3636.. .
3737string azureOpenAIEndpoint = Environment .GetEnvironmentVariable (" AZURE_OPENAI_ENDPOINT" );
You can’t perform that action at this time.
0 commit comments