mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-19 18:14:38 +00:00
perf: workflow code (#5548)
* perf: workflow code * add tool call limit
This commit is contained in:
@@ -72,9 +72,10 @@ export type ChatDispatchProps = {
|
||||
maxRunTimes: number;
|
||||
isToolCall?: boolean;
|
||||
workflowStreamResponse?: WorkflowResponseType;
|
||||
workflowDispatchDeep?: number;
|
||||
version?: 'v1' | 'v2';
|
||||
|
||||
workflowDispatchDeep: number;
|
||||
|
||||
responseAllData?: boolean;
|
||||
responseDetail?: boolean;
|
||||
};
|
||||
|
Reference in New Issue
Block a user