mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(delegate_tool): update max_iterations default from 25 to 50 for improved task handling
This commit is contained in:
parent
1ad930cbd0
commit
14396e3fe7
1 changed files with 2 additions and 2 deletions
|
|
@ -531,8 +531,8 @@ DELEGATE_TASK_SCHEMA = {
|
|||
"max_iterations": {
|
||||
"type": "integer",
|
||||
"description": (
|
||||
"Max tool-calling turns per subagent (default: 25). "
|
||||
"Lower for simple tasks, higher for complex ones."
|
||||
"Max tool-calling turns per subagent (default: 50). "
|
||||
"Only set lower for simple tasks."
|
||||
),
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue