Skip to content

Commit 0901952

Browse files
authored
Update README.md
1 parent 5f17dd9 commit 0901952

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ The AI assistant's role depends on the associated DevExpress Reports component:
1313
- **Data Analysis Assistant**: An assistant for the DevExpress *Web Document Viewer*. This assistant analyzes report content and answers questions related to information within the report.
1414
- **UI Assistant**: An assistant for the DevExpress *Web Report Designer*. This assistant explains how to use the Designer UI to accomplish various tasks. Responses are based on information from [end-user documentation](https://github.com/DevExpress/dotnet-eud) for DevExpress Web Reporting components.
1515

16+
> [!Note]
17+
> We use the following versions of the `Microsoft.Extensions.AI.*` libraries in our source code:
18+
>
19+
> v24.2.6+ | **9.3.0-preview.1.25161.3**
20+
>
21+
> We do not guarantee compatibility or correct operation with higher versions. Refer to the following announcement for additional information: [Microsoft.Extensions.AI.Abstractions NuGet Package Version Upgrade in v24.2.6](https://community.devexpress.com/blogs/news/archive/2025/03/12/important-announcement-microsoft-extensions-ai-abstractions-nuget-package-version-upgrade.aspx).
22+
1623
**Please note that AI Assistant initialization takes time. The assistant tab appears once Microsoft Azure scans the source document on the server side.**
1724

1825
## Implementation Details
@@ -64,9 +71,6 @@ builder.Services.AddDevExpressAI(config =>
6471
});
6572
```
6673

67-
> [!Important]
68-
> In v24.2.6+, we use version **9.3.0-preview.1.25161.3** of the _Microsoft.Extensions.AI.*_ libraries in our source code. We do not guarantee compatibility or correct operation with higher versions.
69-
7074
Files to Review:
7175
- [Program.cs](./CS/ReportingApp/Program.cs)
7276

0 commit comments

Comments
 (0)