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: embedding-reports/display-reports-in-applications/web-application/ai-interactivity.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Below is an example of how to configure the project for the `AzureOpenAI` option
34
34
"requireConsent": false,
35
35
"allowCustomPrompts": false,
36
36
"predefinedPrompts": [
37
-
{ "text": "Can you summarise the repor for me?" }
37
+
{ "text": "Can you summarise the report for me?" }
38
38
]
39
39
}
40
40
}
@@ -50,7 +50,7 @@ Below is an example of how to configure the project for the `AzureOpenAI` option
50
50
requireConsent="false"
51
51
allowCustomPrompts="false">
52
52
<predefinedPrompts>
53
-
<addtext="Can you summarise the repor for me?" />
53
+
<addtext="Can you summarise the report for me?" />
54
54
</predefinedPrompts>
55
55
</AIClient>
56
56
</Telerik.Reporting>
@@ -70,9 +70,9 @@ Before any user can use this feature, upon opening the AI Prompt Dialog, they wi
70
70
71
71
### Ask AI Prompt
72
72
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.
74
74
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
76
76
77
77

78
78
@@ -88,4 +88,4 @@ The **Output** of the AI processor will be displayed in the `Output` tab of the
0 commit comments