diff --git a/ui/src/api/shared/authorization.ts b/ui/src/api/system-shared/authorization.ts similarity index 100% rename from ui/src/api/shared/authorization.ts rename to ui/src/api/system-shared/authorization.ts diff --git a/ui/src/api/shared/document.ts b/ui/src/api/system-shared/document.ts similarity index 100% rename from ui/src/api/shared/document.ts rename to ui/src/api/system-shared/document.ts diff --git a/ui/src/api/shared/knowledge.ts b/ui/src/api/system-shared/knowledge.ts similarity index 100% rename from ui/src/api/shared/knowledge.ts rename to ui/src/api/system-shared/knowledge.ts diff --git a/ui/src/api/shared/model.ts b/ui/src/api/system-shared/model.ts similarity index 100% rename from ui/src/api/shared/model.ts rename to ui/src/api/system-shared/model.ts diff --git a/ui/src/api/shared/paragraph.ts b/ui/src/api/system-shared/paragraph.ts similarity index 100% rename from ui/src/api/shared/paragraph.ts rename to ui/src/api/system-shared/paragraph.ts diff --git a/ui/src/api/shared/problem.ts b/ui/src/api/system-shared/problem.ts similarity index 100% rename from ui/src/api/shared/problem.ts rename to ui/src/api/system-shared/problem.ts diff --git a/ui/src/api/shared/tool.ts b/ui/src/api/system-shared/tool.ts similarity index 100% rename from ui/src/api/shared/tool.ts rename to ui/src/api/system-shared/tool.ts diff --git a/ui/src/components/codemirror-editor/index.vue b/ui/src/components/codemirror-editor/index.vue index f11affa72..044c39652 100644 --- a/ui/src/components/codemirror-editor/index.vue +++ b/ui/src/components/codemirror-editor/index.vue @@ -44,7 +44,7 @@ import {Codemirror} from 'vue-codemirror' import {python} from '@codemirror/lang-python' import {oneDark} from '@codemirror/theme-one-dark' import {linter, type Diagnostic} from '@codemirror/lint' -import ToolApi from '@/api/shared/tool' +import ToolApi from '@/api/system-shared/tool' defineOptions({name: 'CodemirrorEditor'}) diff --git a/ui/src/components/generate-related-shared-dialog/index.vue b/ui/src/components/generate-related-shared-dialog/index.vue index dee27568f..1bfb02188 100644 --- a/ui/src/components/generate-related-shared-dialog/index.vue +++ b/ui/src/components/generate-related-shared-dialog/index.vue @@ -77,9 +77,9 @@ - diff --git a/ui/src/views/chat/embed/index.vue b/ui/src/views/chat/embed/index.vue index f79fec715..0dc06842c 100644 --- a/ui/src/views/chat/embed/index.vue +++ b/ui/src/views/chat/embed/index.vue @@ -50,11 +50,7 @@ -