mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-05 01:02:59 +08:00
Rename tool call (#5946)
* fix: text split * remove test * perf: create dataset modal * remove log * rename
This commit is contained in:
@@ -2,9 +2,9 @@ import { FlowNodeTypeEnum } from '@fastgpt/global/core/workflow/node/constant';
|
||||
import { dispatchAppRequest } from './abandoned/runApp';
|
||||
import { dispatchClassifyQuestion } from './ai/classifyQuestion';
|
||||
import { dispatchContentExtract } from './ai/extract';
|
||||
import { dispatchRunTools } from './ai/agent/index';
|
||||
import { dispatchStopToolCall } from './ai/agent/stopTool';
|
||||
import { dispatchToolParams } from './ai/agent/toolParams';
|
||||
import { dispatchRunTools } from './ai/tool/index';
|
||||
import { dispatchStopToolCall } from './ai/tool/stopTool';
|
||||
import { dispatchToolParams } from './ai/tool/toolParams';
|
||||
import { dispatchChatCompletion } from './ai/chat';
|
||||
import { dispatchCodeSandbox } from './tools/codeSandbox';
|
||||
import { dispatchDatasetConcat } from './dataset/concat';
|
||||
|
||||
Reference in New Issue
Block a user