{ const el = document.getElementById('chat-container'); el.scrollTo({ top: el.scrollHeight, behavior: 'smooth' }); $wire.runQuery(); }) " class="flex flex-col h-screen max-w-4xl mx-auto bg-card shadow-lg">
AI Assistant