mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 17:29:44 +00:00
Optimize the project structure and introduce DDD design (#394)
This commit is contained in:
@@ -9,7 +9,7 @@ import type { ChatCompletionRequestMessage } from '@fastgpt/core/ai/type';
|
||||
import { addLog } from '../utils/tools';
|
||||
import { splitText2Chunks } from '@/utils/file';
|
||||
import { replaceVariable } from '@/utils/common/tools/text';
|
||||
import { Prompt_AgentQA } from '@/prompts/core/agent';
|
||||
import { Prompt_AgentQA } from '@/global/core/prompt/agent';
|
||||
import { pushDataToKb } from '@/pages/api/core/dataset/data/pushData';
|
||||
|
||||
const reduceQueue = () => {
|
||||
|
Reference in New Issue
Block a user