feat: add the maximum number of iterations to env (#16805)

Co-authored-by: Xiaoba Yu <xb1823725853@gmail.com>
This commit is contained in:
XiaoBa
2025-03-26 14:17:59 +08:00
committed by GitHub
parent 6a857e01f6
commit c451f54925
7 changed files with 25 additions and 7 deletions

View File

@@ -743,6 +743,9 @@ MAX_TOOLS_NUM=10
# Maximum number of Parallelism branches in the workflow
MAX_PARALLEL_LIMIT=10
# The maximum number of iterations for agent setting
MAX_ITERATIONS_NUM=5
# ------------------------------
# Environment Variables for web Service
# ------------------------------