Skip to content

Commit 40fb53f

Browse files
pollyndosAbadzhev
andauthored
update readme
Co-authored-by: Abadzhev <[email protected]>
1 parent 4c6d68c commit 40fb53f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ For instructions on how to implement custom dashboard items, refer to tutorials
9494

9595
For the **AI Assistant** custom item implementation, review to the following file: [aiChatCustomItem.js](./CS/wwwroot/js/aiChatCustomItem.js)
9696

97-
The additional logic for the custom item is implemented in the [Index.cshtml](./CS/Pages/Index.cshtml) file. The `itemCaptionToolbarUpdated` event is used to add a **Select Widget** button to the item's caption. This button allows users to select a dashboard item for the AI Assistant. The `DashboardInitialized` event is handled to implement the *one AI Assistant per dashboard* logic.
97+
The additional logic for the custom item is implemented in the [Index.cshtml](./CS/Pages/Index.cshtml) file. The `itemCaptionToolbarUpdated` event is used to add a **Select Widget** button to the item's caption. This button allows users to select a dashboard item and thus narrow down data available to the AI Assistant. The `DashboardInitialized` event handler implements the *one AI Assistant per dashboard* logic.
9898

9999
Files to Review:
100100
- [Index.cshtml](./CS/Pages/Index.cshtml)
@@ -124,7 +124,7 @@ Register the created custom item extension in the Web Dashboard:
124124
</div>
125125
```
126126

127-
After you registered the extension the AI Assistant icon appears in the Dashboard Toolbox:
127+
After you registered the extension, the AI Assistant icon appears in the Dashboard Toolbox:
128128

129129
![DevExpress BI Dashboard - AI Assistant Custom Item Icon](images/dashboard-toolbar-ai-assistant-item.png)
130130

@@ -135,7 +135,7 @@ File to Review:
135135

136136
### Access the Assistant
137137

138-
Each time a dashboard is initialized or its [dashboard state](https://docs.devexpress.com/Dashboard/DevExpress.DashboardCommon.DashboardState) changes, the dashboard data is exported in Excel format and a new assistant is created. This way the AI Assistant is always provided with up-to-date data.
138+
Each time a dashboard is initialized or its [dashboard state](https://docs.devexpress.com/Dashboard/DevExpress.DashboardCommon.DashboardState) changes, the application exports dashboard data to an Excel spreadsheet and creates a new assistant. This way, the AI Assistant always processes up-to-date data.
139139

140140
Files to Review:
141141

0 commit comments

Comments
 (0)