Skip to content

Commit a295832

Browse files
Added image for error response
1 parent d1ae80d commit a295832

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
17.7 KB
Loading

MAUI/AIAssistView/items.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ The `SfAIAssistView` allows to display error responses by setting the text to th
488488
{
489489
AssistItem requestItem = new AssistItem()
490490
{
491-
Text = "Hey AI, can you tell me what MAUI is? Could you provide a link to learn more about .NET MAUI?",
491+
Text = "Types of listening",
492492
IsRequested = true
493493
};
494494

@@ -513,4 +513,6 @@ The `SfAIAssistView` allows to display error responses by setting the text to th
513513
}
514514

515515
{% endhighlight %}
516-
{% endtabs %}
516+
{% endtabs %}
517+
518+
![Error message in .NET MAUI AI AssistView](images/maui-aiassistview-error-message.png)

0 commit comments

Comments
 (0)