Skip to content

Commit 244518d

Browse files
committed
update intro
1 parent c799968 commit 244518d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
<!-- default badges end -->
66
# Report Viewer and Grid for Blazor — Integrate an AI Assistant based on Azure OpenAI
77

8-
This example integrates an AI assistant to DevExpress Blazor Components. User requests and assistant responses are displayed on-screen using the [DevExpress Blazor AI Chat](http://docs.devexpress.com/Blazor/DevExpress.AIIntegration.Blazor.Chat.DxAIChat?v=24.2) component.
8+
This example integrates an AI assistant to DevExpress Blazor Components. User requests and assistant responses are displayed on-screen using the [DevExpress Blazor AI Chat](http://docs.devexpress.com/Blazor/DevExpress.AIIntegration.Blazor.Chat.DxAIChat?v=24.2) component. With an [Azure OpenAI Assistant](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/assistant) integrated in our AI-chat component, you can filter and manipulate data, generate document summaries, and ask context-aware questions about report content, table data, and more — all within the user interface.
99

10-
With an [Azure OpenAI Assistant](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/assistant) integrated in our AI-chat component, you can filter and manipulate data, generate document summaries, and ask context-aware questions about report content, table data, and more — all within the user interface.
10+
Common implementation steps include:
11+
12+
1. Register AI Services in the application.
13+
2. Add `DxAIChat` to the application.
14+
3. Export component data and pass it to the AI Assistant.
1115

1216
This example showcases the following DevExpress Blazor Components:
1317

@@ -33,7 +37,6 @@ This example showcases the following DevExpress Blazor Components:
3337
>[!TIP]
3438
> Please note that AI Assistant initialization takes time. The assistant tab appears once Microsoft Azure scans the source document (i.e., grid or report data) on the server side.
3539
36-
3740
## Implementation Details
3841

3942
### Register AI Services
@@ -155,7 +158,7 @@ The following image displays Blazor Report Viewer UI implemented in this example
155158

156159
![Blazor Report Viewer and Integrated AI Assistant](images/report-viewer.png)
157160

158-
#### Add a New Tab
161+
#### Add AI Assistant New Tab
159162

160163
Use the [`OnCustomizeTabs`](https://docs.devexpress.com/XtraReports/DevExpress.Blazor.DxViewer.OnCustomizeTabs) event to add a new tab:
161164

0 commit comments

Comments
 (0)