mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 05:19:51 +00:00
Optimize the project structure and introduce DDD design (#394)
This commit is contained in:
@@ -9,7 +9,7 @@ import { SpecialInputKeyEnum } from '@/constants/flow';
|
||||
import { FlowModuleTypeEnum } from '@/constants/flow';
|
||||
import type { ModuleDispatchProps } from '@/types/core/chat/type';
|
||||
import { replaceVariable } from '@/utils/common/tools/text';
|
||||
import { Prompt_CQJson } from '@/prompts/core/agent';
|
||||
import { Prompt_CQJson } from '@/global/core/prompt/agent';
|
||||
import { defaultCQModel } from '@/pages/api/system/getInitData';
|
||||
|
||||
type Props = ModuleDispatchProps<{
|
||||
|
Reference in New Issue
Block a user