Skip to content

Commit 8e8f958

Browse files
IvetNikolovatodorarabadzhievDimitarNikolovv06
authored
Update AI-powered-insights.md (#1711)
* Update AI-powered-insights.md * Update AI-powered-insights.md * Add files via upload * Added 2 more sections for AI-powered-insights.md * Added pictures * Add files via upload * Update AI-powered-insights.md * Update AI-powered-insights.md * Update AI-powered-insights.md * Update AI-powered-insights.md --------- Co-authored-by: Todor Arabadzhiev <todor.arabadzhiev@progress.com> Co-authored-by: Dimitar Nikolov <dnikolov@progress.com>
1 parent 9038807 commit 8e8f958

File tree

4 files changed

+38
-4
lines changed

4 files changed

+38
-4
lines changed

interactivity/AI-powered-insights.md

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,39 @@ position: 1
1212

1313
The AI-powered insights during report preview provide comprehensive capabilities, including response generation, prompt creation, AI output interaction, and execution of predefined commands.
1414

15-
## AI Features
15+
![The UI of the AI system after configuration.](images/UIOfTheAI.png)
1616

17-
* Ask AI: This window allows users to ask questions to the AI, facilitating dynamic responses based on the document context.
17+
## Feature Concept
1818

19-
* Output: This feature generates outputs from the AI, including summaries, highlights, and other predefined commands, enhancing the overall productivity and efficiency of the report viewer.
19+
To bring the power of Generative AI (GenAI) into reporting workflows, we are introducing a **AI Prompt** that integrates seamlessly with our [HTML5-based Report Viewers]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-report-viewer/overview%}). This feature is designed to enhance productivity and user experience by enabling intelligent interactions with report content.
20+
21+
>note The **AI Prompt** functionality will be made available for the other [Report Viewers]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/overview%}) as well, in the releases to come.
22+
23+
### Key Features:
24+
25+
- **Predefined Summary Prompts**
26+
Users can choose from a set of **predefined prompts** tailored for common tasks like summarization, explanation, and data insights—boosting efficiency with minimal effort.
27+
28+
- **Custom AI Prompts**
29+
Besides the predefined prompts, you can choose to allow custom prompts to be made by the end-users of the application.
30+
31+
- **End-User Consent for Data Sharing**
32+
To ensure transparency and compliance, the **AI Prompt** will **request explicit consent** from users before sharing any data with GenAI services.
33+
34+
- **Flexible Context Selection**
35+
Users can define the scope of the prompt by selecting:
36+
37+
* The **entire document**
38+
* A **specific page**
39+
* A **range of pages**
40+
41+
![Image of the Prompt UI](images/AskAIPrompt.png)
42+
43+
## User Consent for AI Summaries
44+
45+
Before using the AI Prompt Dialog, users must give consent for the AI to process their provided text. This ensures transparency and user control over their data.
46+
47+
![User Consent for AI Summaries](images/UserConsentForAI.png)
2048

2149
## Configure the AI
2250

@@ -103,4 +131,10 @@ static Telerik.Reporting.AI.IClient GetCustomAIClient()
103131
}
104132
````
105133

106-
> The configured predefined prompts can be modified at runtime by overriding the `UpdateAIPrompts` method of the [ReportsController](/api/telerik.reporting.services.webapi.reportscontrollerbase) class.
134+
>note The configured predefined prompts can be modified at runtime by overriding the `UpdateAIPrompts` method of the [ReportsController](/api/telerik.reporting.services.webapi.reportscontrollerbase) class.
135+
136+
## See Also
137+
138+
* [Overview of the AI Interactivity]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/ai-interactivity%})
139+
* [AIClient Element Overview]({%slug telerikreporting/aiclient-element%})
140+
* [Interface IClient](https://docs.telerik.com/reporting/api/telerik.reporting.ai.iclient)

interactivity/images/AskAIPrompt.png

8.65 KB
Loading

interactivity/images/UIOfTheAI.png

68.8 KB
Loading
27.4 KB
Loading

0 commit comments

Comments
 (0)