|
|
@@ -3,12 +3,13 @@ import type { CSSProperties } from 'vue'
|
|
|
import { computed, ref, watch } from 'vue'
|
|
|
import { NButton, NLayoutSider, useDialog } from 'naive-ui'
|
|
|
import List from './List.vue'
|
|
|
-import { useAppStore, useChatStore } from '@/store'
|
|
|
+import {useAgentStore, useAppStore, useChatStore} from '@/store'
|
|
|
import { useBasicLayout } from '@/hooks/useBasicLayout'
|
|
|
import { t } from '@/locales'
|
|
|
|
|
|
const appStore = useAppStore()
|
|
|
const chatStore = useChatStore()
|
|
|
+const agentStore=useAgentStore()
|
|
|
|
|
|
const dialog = useDialog()
|
|
|
|