Commit f1fb0c6 1 parent 44b7497 commit f1fb0c6 Copy full SHA for f1fb0c6
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The Prompt view of the AIPrompt renders any suggestions passed to the `PromptSug
25
25
<PromptSuggestionItemTemplate>
26
26
<div @onclick="@OnSuggestionClick" class="my-custom-suggestion-item">
27
27
<TelerikSvgIcon Icon="@SvgIcon.Clipboard" />
28
- <span class="my-custom-suggestion-item-text">@context</span>
28
+ <span class="my-custom-suggestion-item-text">@context.Suggestion </span>
29
29
</div>
30
30
</PromptSuggestionItemTemplate>
31
31
</TelerikAIPrompt>
@@ -71,4 +71,4 @@ The Prompt view of the AIPrompt renders any suggestions passed to the `PromptSug
71
71
72
72
## See Also
73
73
74
- * [ Views Templates] ({%slug aiprompt-views-templates%})
74
+ * [ Views Templates] ({%slug aiprompt-views-templates%})
You can’t perform that action at this time.
0 commit comments