Skip to content

Commit 0627edd

Browse files
Update ai-interactivity.md (#1755)
* Update ai-interactivity.md * Update ai-interactivity.md --------- Co-authored-by: Dimitar Nikolov <[email protected]>
1 parent 50b75c1 commit 0627edd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

embedding-reports/display-reports-in-applications/web-application/ai-interactivity.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Below is an example of how to configure the project for the `AzureOpenAI` option
3434
"requireConsent": false,
3535
"allowCustomPrompts": false,
3636
"predefinedPrompts": [
37-
{ "text": "Can you summarise the repor for me?" }
37+
{ "text": "Can you summarise the report for me?" }
3838
]
3939
}
4040
}
@@ -50,7 +50,7 @@ Below is an example of how to configure the project for the `AzureOpenAI` option
5050
requireConsent="false"
5151
allowCustomPrompts="false">
5252
<predefinedPrompts>
53-
<add text="Can you summarise the repor for me?" />
53+
<add text="Can you summarise the report for me?" />
5454
</predefinedPrompts>
5555
</AIClient>
5656
</Telerik.Reporting>
@@ -70,9 +70,9 @@ Before any user can use this feature, upon opening the AI Prompt Dialog, they wi
7070

7171
### Ask AI Prompt
7272

73-
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.
73+
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.
7474

75-
- Default **Ask AI** Rrompt Dialog with enabled custom questions and two predefined ones
75+
- Default **Ask AI** Prompt Dialog with enabled custom questions and two predefined ones
7676

7777
![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)
7878

@@ -88,4 +88,4 @@ The **Output** of the AI processor will be displayed in the `Output` tab of the
8888
## See Also
8989

9090
* [AI-Powered Insights]({%slug telerikreporting/designing-reports/adding-interactivity-to-reports/ai-powered-insights%})
91-
* [AIClient Element]({%slug telerikreporting/aiclient-element%})
91+
* [AIClient Element]({%slug telerikreporting/aiclient-element%})

0 commit comments

Comments
 (0)