feat: env MAX_TOOLS_NUM (#15431)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
Rafael Carvalho 2025-03-12 01:57:05 -03:00 committed by GitHub
commit 1d5ea80a2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 1 deletions

View file

@ -40,3 +40,6 @@ NEXT_PUBLIC_INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH=4000
# Maximum loop count in the workflow
NEXT_PUBLIC_LOOP_NODE_MAX_COUNT=100
# Maximum number of tools in the agent/workflow
NEXT_PUBLIC_MAX_TOOLS_NUM=10