Skip to content

Commit 1fc8ac9

Browse files
committed
update readme
1 parent 8ed6c39 commit 1fc8ac9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- default badges end -->
66
# Dashboard for ASP.NET Core — Integrate AI Assistant based on Azure OpenAI
77

8-
This example is an ASP.NET Core application with integrated DevExpress BI Dashboard and an AI assistant. User requests and assistant responses are displayed on-screen using the DevExtreme [`dxChat`](https://js.devexpress.com/jQuery/Documentation/24_2/ApiReference/UI_Components/dxChat/) component. An AI Assistant [custom dashboard item](https://docs.devexpress.com/Dashboard/117546/web-dashboard/advanced-customization/create-a-custom-item) is based on the `dxChat` widget.
8+
This example is an ASP.NET Core application with integrated DevExpress BI Dashboard and an AI assistant. User requests and assistant responses are displayed on-screen using the DevExtreme [`dxChat`](https://js.devexpress.com/jQuery/Documentation/24_2/ApiReference/UI_Components/dxChat/) component. The AI Assistant is implemented as a [custom dashboard item](https://docs.devexpress.com/Dashboard/117546/web-dashboard/advanced-customization/create-a-custom-item) based on the `dxChat` widget.
99

1010
![DevExpress BI Dashboard - Integrate an AI Assistant](images/dashboard-ai-assistant.png)
1111

@@ -84,7 +84,7 @@ Files to Review:
8484

8585
### Create a AI Assistant Custom Item
8686

87-
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. The
87+
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. T
8888

8989
For instructions on how to implement a custom dashboard items, refer to tutorials in the following section: [Create a Custom Item for the Web Dashboard](https://docs.devexpress.com/Dashboard/117546/web-dashboard/advanced-customization/create-a-custom-item).
9090

@@ -96,9 +96,9 @@ Files to Review:
9696
- [Index.cshtml](./CS/Pages/Index.cshtml)
9797
- [aiChatCustomItem.js](./CS/wwwroot/js/aiChatCustomItem.js)
9898

99-
### Register the Custom Item
99+
### Register the Custom Item Extension
100100

101-
Register the created custom item extension in the Wen Dashboard:
101+
Register the created custom item extension in the Web Dashboard:
102102

103103
```html
104104
<script type="text/javascript">

0 commit comments

Comments
 (0)