perf: workflow code (#5548)

* perf: workflow code

* add tool call limit
This commit is contained in:
Archer
2025-08-27 11:45:46 +08:00
committed by GitHub
parent 610634e1a1
commit c4799df3fd
11 changed files with 133 additions and 118 deletions

View File

@@ -72,9 +72,10 @@ export type ChatDispatchProps = {
maxRunTimes: number;
isToolCall?: boolean;
workflowStreamResponse?: WorkflowResponseType;
workflowDispatchDeep?: number;
version?: 'v1' | 'v2';
workflowDispatchDeep: number;
responseAllData?: boolean;
responseDetail?: boolean;
};