From b7469108d321a16d4340f32cbb56b955e1fd7735 Mon Sep 17 00:00:00 2001 From: pironska <65219499+pironska@users.noreply.github.com> Date: Tue, 22 Jul 2025 14:03:06 +0300 Subject: [PATCH 1/2] Update ai-interactivity.md --- .../web-application/ai-interactivity.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/embedding-reports/display-reports-in-applications/web-application/ai-interactivity.md b/embedding-reports/display-reports-in-applications/web-application/ai-interactivity.md index c13f0769d..251fd5567 100644 --- a/embedding-reports/display-reports-in-applications/web-application/ai-interactivity.md +++ b/embedding-reports/display-reports-in-applications/web-application/ai-interactivity.md @@ -70,9 +70,9 @@ Before any user can use this feature, upon opening the AI Prompt Dialog, they wi ### Ask AI Prompt -After consent is given, the prompt for asking the AI questions will appears in the top-right corner of the report viewer. The UI will change depending on whether custom questions are allowed. +After consent is given, the prompt for asking the AI questions will appear in the top-right corner of the report viewer. The UI will change depending on whether custom questions are allowed. -- Default **Ask AI** Rrompt Dialog with enabled custom questions and two predefined ones +- Default **Ask AI** Prompt Dialog with enabled custom questions and two predefined ones ![An Image of how the Ask AI Prompt will look with enabled custom questions and two predefined ones in the HTML5-based Report Viewers](images/HTML5ReportViewer/ai-prompt.png) @@ -88,4 +88,4 @@ The **Output** of the AI processor will be displayed in the `Output` tab of the ## See Also * [AI-Powered Insights]({%slug telerikreporting/designing-reports/adding-interactivity-to-reports/ai-powered-insights%}) -* [AIClient Element]({%slug telerikreporting/aiclient-element%}) \ No newline at end of file +* [AIClient Element]({%slug telerikreporting/aiclient-element%}) From f4f83a39d464d79ff2a460b734c3281ce08aaa50 Mon Sep 17 00:00:00 2001 From: Dimitar Nikolov Date: Tue, 22 Jul 2025 14:11:01 +0300 Subject: [PATCH 2/2] Update ai-interactivity.md --- .../web-application/ai-interactivity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embedding-reports/display-reports-in-applications/web-application/ai-interactivity.md b/embedding-reports/display-reports-in-applications/web-application/ai-interactivity.md index 251fd5567..8bddb8fd3 100644 --- a/embedding-reports/display-reports-in-applications/web-application/ai-interactivity.md +++ b/embedding-reports/display-reports-in-applications/web-application/ai-interactivity.md @@ -34,7 +34,7 @@ Below is an example of how to configure the project for the `AzureOpenAI` option "requireConsent": false, "allowCustomPrompts": false, "predefinedPrompts": [ - { "text": "Can you summarise the repor for me?" } + { "text": "Can you summarise the report for me?" } ] } } @@ -50,7 +50,7 @@ Below is an example of how to configure the project for the `AzureOpenAI` option requireConsent="false" allowCustomPrompts="false"> - +