From b9aedf002310c5456eaa17752596b7de83efaa00 Mon Sep 17 00:00:00 2001 From: petar-i-todorov Date: Mon, 3 Nov 2025 14:05:02 +0200 Subject: [PATCH 1/2] docs: add note on resolving prerelease dependencies in package.config format --- interactivity/built-in-client-integration-ai-insights.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interactivity/built-in-client-integration-ai-insights.md b/interactivity/built-in-client-integration-ai-insights.md index 4a915c235..da3a0ef0a 100644 --- a/interactivity/built-in-client-integration-ai-insights.md +++ b/interactivity/built-in-client-integration-ai-insights.md @@ -39,6 +39,8 @@ To enable the AI-powered insights, follow these steps: - `Telerik.Reporting.AI.Microsoft.Extensions.OpenAI`—for OpenAI - `Telerik.Reporting.AI.Microsoft.Extensions.Ollama`—for Ollama + > These packages depend on other NuGet packages that are currently in prerelease versions. .NET Framework projects using the `packages.config` format cannot automatically resolve prerelease dependencies, which may cause installation errors. To resolve this, first manually install the required prerelease packages using the NuGet Package Manager UI with the ["Include prerelease" option enabled](https://learn.microsoft.com/en-us/nuget/create-packages/prerelease-packages#installing-and-updating-pre-release-packages), then install the Telerik AI package. + 1. Add the [AIClient element]({%slug telerikreporting/aiclient-element%}) to the report engine configuration in your application's configuration file. This element allows you to specify the AI model, endpoint, and authentication credentials. The following example demonstrates a basic Azure OpenAI configuration: From 8fb2530640c605a3531d99c54bd935e40315080d Mon Sep 17 00:00:00 2001 From: petar-i-todorov Date: Mon, 3 Nov 2025 14:09:26 +0200 Subject: [PATCH 2/2] chore: clarify this is telerik reporting --- interactivity/built-in-client-integration-ai-insights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interactivity/built-in-client-integration-ai-insights.md b/interactivity/built-in-client-integration-ai-insights.md index da3a0ef0a..3fff863ef 100644 --- a/interactivity/built-in-client-integration-ai-insights.md +++ b/interactivity/built-in-client-integration-ai-insights.md @@ -39,7 +39,7 @@ To enable the AI-powered insights, follow these steps: - `Telerik.Reporting.AI.Microsoft.Extensions.OpenAI`—for OpenAI - `Telerik.Reporting.AI.Microsoft.Extensions.Ollama`—for Ollama - > These packages depend on other NuGet packages that are currently in prerelease versions. .NET Framework projects using the `packages.config` format cannot automatically resolve prerelease dependencies, which may cause installation errors. To resolve this, first manually install the required prerelease packages using the NuGet Package Manager UI with the ["Include prerelease" option enabled](https://learn.microsoft.com/en-us/nuget/create-packages/prerelease-packages#installing-and-updating-pre-release-packages), then install the Telerik AI package. + > These packages depend on other NuGet packages that are currently in prerelease versions. .NET Framework projects using the `packages.config` format cannot automatically resolve prerelease dependencies, which may cause installation errors. To resolve this, first manually install the required prerelease packages using the NuGet Package Manager UI with the ["Include prerelease" option enabled](https://learn.microsoft.com/en-us/nuget/create-packages/prerelease-packages#installing-and-updating-pre-release-packages), then install the Telerik Reporting AI package. 1. Add the [AIClient element]({%slug telerikreporting/aiclient-element%}) to the report engine configuration in your application's configuration file. This element allows you to specify the AI model, endpoint, and authentication credentials. The following example demonstrates a basic Azure OpenAI configuration: