You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interactivity/AI-powered-insights.md
+38-4Lines changed: 38 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,39 @@ position: 1
12
12
13
13
The AI-powered insights during report preview provide comprehensive capabilities, including response generation, prompt creation, AI output interaction, and execution of predefined commands.
14
14
15
-
## AI Features
15
+

16
16
17
-
* Ask AI: This window allows users to ask questions to the AI, facilitating dynamic responses based on the document context.
17
+
## Feature Concept
18
18
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
+

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
+

> 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%})
0 commit comments