fix: adjust the maximum step size

This commit is contained in:
zhayujie
2026-02-02 12:03:16 +08:00
parent d085a3c7d7
commit c77566cc02
2 changed files with 3 additions and 3 deletions

View File

@@ -19,5 +19,5 @@
"agent": true,
"agent_max_context_tokens": 40000,
"agent_max_context_turns": 30,
"agent_max_steps": 20
"agent_max_steps": 15
}