Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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?" }
]
}
}
Expand All @@ -50,7 +50,7 @@ Below is an example of how to configure the project for the `AzureOpenAI` option
requireConsent="false"
allowCustomPrompts="false">
<predefinedPrompts>
<add text="Can you summarise the repor for me?" />
<add text="Can you summarise the report for me?" />
</predefinedPrompts>
</AIClient>
</Telerik.Reporting>
Expand All @@ -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)

Expand All @@ -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%})
* [AIClient Element]({%slug telerikreporting/aiclient-element%})