fix(delegate_tool): increase DEFAULT_MAX_ITERATIONS from 25 to 50 to enhance processing capabilities
This commit is contained in:
parent
7a0b37712f
commit
1ad930cbd0
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ DELEGATE_BLOCKED_TOOLS = frozenset([
|
||||||
|
|
||||||
MAX_CONCURRENT_CHILDREN = 3
|
MAX_CONCURRENT_CHILDREN = 3
|
||||||
MAX_DEPTH = 2 # parent (0) -> child (1) -> grandchild rejected (2)
|
MAX_DEPTH = 2 # parent (0) -> child (1) -> grandchild rejected (2)
|
||||||
DEFAULT_MAX_ITERATIONS = 25
|
DEFAULT_MAX_ITERATIONS = 50
|
||||||
DEFAULT_TOOLSETS = ["terminal", "file", "web"]
|
DEFAULT_TOOLSETS = ["terminal", "file", "web"]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue