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..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"> - + @@ -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%})