diff --git a/ui/src/components/ai-chat/component/answer-content/index.vue b/ui/src/components/ai-chat/component/answer-content/index.vue index ccaf584d4..42e4da451 100644 --- a/ui/src/components/ai-chat/component/answer-content/index.vue +++ b/ui/src/components/ai-chat/component/answer-content/index.vue @@ -80,7 +80,6 @@ import MdRenderer from '@/components/markdown/MdRenderer.vue' import OperationButton from '@/components/ai-chat/component/operation-button/index.vue' import { type chatType } from '@/api/type/application' import bus from '@/bus' -import useStore from '@/stores' const props = defineProps<{ chatRecord: chatType application: any diff --git a/ui/src/components/ai-chat/component/knowledge-source-component/index.vue b/ui/src/components/ai-chat/component/knowledge-source-component/index.vue index 4733f1107..4874593a0 100644 --- a/ui/src/components/ai-chat/component/knowledge-source-component/index.vue +++ b/ui/src/components/ai-chat/component/knowledge-source-component/index.vue @@ -1,6 +1,6 @@