feat: env MAX_TOOLS_NUM (#15431)
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
parent
0415cc209d
commit
1d5ea80a2b
6 changed files with 18 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue