Skip to content

Commit 0c0e09b

Browse files
committed
update readme
1 parent eefecc4 commit 0c0e09b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ This example integrates an AI assistant to DevExpress Blazor Components. User re
99

1010
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.
1111

12-
This example demonstrates the following DevExpress Blazor Components:
12+
This example showcases the following DevExpress Blazor Components:
1313

14-
- [Blazor Data Grid](https://www.devexpress.com/blazor/data-grid/)
14+
- [Grid](https://www.devexpress.com/blazor/data-grid/)
1515

16-
The Grid is bound to a project management data that tracks tasks or issues across various projects. It includes details like task subject, owner and assignee, status, priority, and key dates (created, modified, fixed). You can ask the AI Assistant questions about task data:
17-
- What tasks should the team focus on first?
18-
- How many tasks are currently marked as New?
19-
- What tasks are of the highest priority for Mike Roller?
16+
The Grid component displays project management data. You can use the AI Assistant to:
17+
- Identify tasks to prioritize.
18+
- Count tasks with a specific status.
19+
- Filter tasks by owner or priority.
2020

2121
Implementation details: [Add an AI Assistant to Blazor Grid](#add-an-ai-assistant-to-grid).
2222

23-
- [Blazor Report Viewer](https://www.devexpress.com/subscriptions/reporting/)
23+
- [Report Viewer](https://www.devexpress.com/subscriptions/reporting/)
2424

25-
The Report Viewer presents multiple reports bound to different data sources. The available reports include:
25+
The Report Viewer includes several reports bound to different data. Use the AI Assistant to interact with report data, for example:
2626

27-
- The *Drill-Down Report* displays invoices where the expandable/collapsible sections list purchased products. You can ask the AI Assistant such as: Which invoice has the highest total order value? How many orders are currently in transit, pending, or delivered? What is the average order value per invoice?
28-
- The *Market Share Report* includes sales figures, changes from the prior year, and current market share percentages for various regions and countries across different time periods. You can ask the AI Assistant such as: Which region had the highest market share in September? How did market share change for India? How does Canada’s market share growth compare to the USA’s?
29-
- The *Restaurant Menu* includes multiple groups, each group represents a different category and sub-category of meals and beverages. You can ask the AI Assistant such as: What are the price ranges for the menu items? Are there any vegetarian or non-meat options on this menu?
27+
- *Drill-Down Report*: Analyze invoice totals, delivery statuses, and averages.
28+
- *Market Share Report*: Compare market share changes across regions.
29+
- *Restaurant Menu*: Examine price ranges and categorize vegetarian options.
3030

3131
Implementation details: [Add an AI Assistant to Blazor Report Viewer](#add-an-ai-assistant-to-report-viewer).
3232

0 commit comments

Comments
 (0)