We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0806af3 commit 0854d70Copy full SHA for 0854d70
components/aiprompt/templates.md
@@ -25,7 +25,7 @@ The Prompt view of the AIPrompt renders any suggestions passed to the `PromptSug
25
<PromptSuggestionItemTemplate>
26
<div @onclick="@OnSuggestionClick" class="my-custom-suggestion-item">
27
<TelerikSvgIcon Icon="@SvgIcon.Clipboard" />
28
- <span class="my-custom-suggestion-item-text">@context</span>
+ <span class="my-custom-suggestion-item-text">@context.Suggestion</span>
29
</div>
30
</PromptSuggestionItemTemplate>
31
</TelerikAIPrompt>
@@ -71,4 +71,4 @@ The Prompt view of the AIPrompt renders any suggestions passed to the `PromptSug
71
72
## See Also
73
74
-* [Views Templates]({%slug aiprompt-views-templates%})
+* [Views Templates]({%slug aiprompt-views-templates%})
0 commit comments