Hi Dimitar,
Greetings
from Syncfusion support.
You can
change the icon and text of the header in the Blazor AI AssistView by using the
Header and IconCss properties by using the AssistView
tag directive. These properties allow you to set a custom title and apply a
custom icon to the header.
Sample - link
Documentation
- Link
|
<div
class="aiassist-container" style="height: 350px; width:
650px;">
<SfAIAssistView PromptRequested="@PromptRequest">
<AssistViews>
<AssistView Header="Custom
Assist" IconCss="e-comment-show"></AssistView>
</AssistViews>
</SfAIAssistView>
</div>
|
Output:

Please let
us know if you need any further assistance.
Regards,
Vigneshwaran