fix(delegate_tool): update max_iterations default from 25 to 50 for improved task handling

This commit is contained in:
teknium1 2026-03-02 00:51:10 -08:00
parent 1ad930cbd0
commit 14396e3fe7

View file

@ -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."
),
},
},