feat: add workflow parallel depth limit configuration (#11460)

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
This commit is contained in:
-LAN-
2024-12-20 14:52:20 +08:00
committed by GitHub
parent 7b03a0316d
commit dacd457478
10 changed files with 52 additions and 5 deletions

View File

@@ -333,3 +333,7 @@ export type ConversationVariableResponse = {
}
export type IterationDurationMap = Record<string, number>
export type WorkflowConfigResponse = {
parallel_depth_limit: number
}