Hi Syncfusion Team,
I'm currently evaluating SfAIAssistView in a Blazor application and noticed that each assistant response automatically displays the built-in toolbar actions:
These default actions are useful, but I would like more control over the response toolbar.
Scenario
I'm building an AI chat application using SfAIAssistView with a PostgreSQL backend. I would like to capture user feedback and store:
- Session ID
- Message ID
- Like/Dislike rating
- Optional feedback comment
Ideally, when a user clicks Like or Dislike, I would like to intercept the action and persist the feedback in my database.