feat: add config for max-tree-depth (#21291)

This commit is contained in:
Good Wood 2025-06-23 13:55:57 +08:00 committed by GitHub
commit 43f5b21852
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 105 additions and 124 deletions

View file

@ -56,3 +56,5 @@ NEXT_PUBLIC_ENABLE_WEBSITE_JINAREADER=true
NEXT_PUBLIC_ENABLE_WEBSITE_FIRECRAWL=true
NEXT_PUBLIC_ENABLE_WEBSITE_WATERCRAWL=true
# The maximum number of tree node depth for workflow
NEXT_PUBLIC_MAX_TREE_DEPTH=50