Example of Overview in ASP.NET MVC AI AssistView Control
This sample demonstrates an Overview UI that integrates streaming responses, generative UI responses, thinking workflow visualization, file attachments, speech-to-text input, text-to-speech playback and regenerate controls.
DEMO
SOURCE
The Overview sample composes multiple features from other samples into a single, reusable layout:
Generative UIfor rendering structured AI responses including text, and tools in a conversational layout.Thinking blocksto visualize AI workflow stages such as searching, processing, analyzing, and summarizing in real time.Streamingresponses rendered in real time usingaddPromptResponse.File attachmentsvia the built-in attachment settings.Speech-to-textvoice input using the browser SpeechRecognition wrapper.Text-to-speechplayback using the audio controls and synthetic speech.Regeneratecontrol to retry AI responses for a selected prompt.