Example of Custom Views in ASP.NET Core AI AssistView Control
This sample demonstrates the different view available for the AI AssistView control.
DEMO
SOURCE
In this example, the AI AssistView control is configured with three distinct views using the views property.
Each view displays its own unique content:
- The
promptview includes a textarea with aGeneratebutton and displays a list of suggestions - The
responseview shows the generated response with a copy option. - The
customview allows to display the custom content.