syncfusion-aspnetmvc-inline-ai-assist
Installation
SKILL.md
Syncfusion ASP.NET MVC Inline AI Assist
The Inline AI Assist control provides AI-powered text processing within ASP.NET MVC applications. It renders as a floating popup anchored to a trigger element, supporting prompt input, response display, command shortcuts, and toolbar customization.
Quick Start Example
@using Syncfusion.EJ2.InteractiveChat
<div style="height: 350px; width: 650px;">
<button id="aiBtn" class="e-btn e-primary" onclick="onBtnClick()">AI Assist</button>