1 2 3 4 5 6 7 8 9 10 11
<script setup lang="ts"> import AgentChat from '../components/AgentChat.vue' </script> <template> <AgentChat /> </template> <style scoped> /* No styles needed - AgentChat handles its own sizing */ </style>