Skip to content

Commit c838b16

Browse files
committed
updated
1 parent c54f496 commit c838b16

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

wpf/AI-AssistView/Open-AI.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@ Set the ViewModel as the DataContext for the AI AssistView or the parent window.
210210

211211
![WPF AI AssistView control open ai](aiassistview_images/wpf_aiassistview_openai.gif)
212212

213-
## Customize Response using ViewTemplateSelector
213+
## Customize AI Response Rendering with ViewTemplateSelector in SfAIAssistView
214+
215+
ViewTemplateSelector allows you to control how AI responses are visually rendered in SfAIAssistView. By assigning a custom DataTemplate, you can format messages using markdown, HTML, or other visual layouts to enable rich, styled content in the message view.
214216

215217
{% tabs %}
216218
{% highlight C# %}

wpf/AI-AssistView/open-ai.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@ Set the ViewModel as the DataContext for the AI AssistView or the parent window.
210210

211211
![WPF AI AssistView control open ai](aiassistview_images/wpf_aiassistview_openai.gif)
212212

213-
## Customize Response using ViewTemplateSelector
213+
## Customize AI Response Rendering with ViewTemplateSelector in SfAIAssistView
214+
215+
ViewTemplateSelector allows you to control how AI responses are visually rendered in SfAIAssistView. By assigning a custom DataTemplate, you can format messages using markdown, HTML, or other visual layouts to enable rich, styled content in the message view.
214216

215217
{% tabs %}
216218
{% highlight C# %}

0 commit comments

Comments
 (0)