Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4c6d68c

Browse files
committedMar 6, 2025·
small update
1 parent ff0578e commit 4c6d68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Files to Review:
8686
- [AssistantHelper.cs](./CS/Services/AssistantHelper.cs)
8787

8888

89-
### Create a AI Assistant Custom Item
89+
### Create an AI Assistant Custom Item
9090

9191
This example implements a [custom item](https://docs.devexpress.com/Dashboard/117546/web-dashboard/advanced-customization/create-a-custom-item) based on the [`dxChat`](https://js.devexpress.com/jQuery/Documentation/Guide/UI_Components/Chat/Overview/) component.
9292

@@ -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, a new assistant is created and the dashboard data is exported in Excel format. 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 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.
139139

140140
Files to Review:
141141

0 commit comments

Comments
 (0)
Please sign in to comment.