mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-27 17:58:07 +00:00
docs(config): update max_turns example to the new 500 default
Follow-up on top of @waroffchange's alignment fix (#55673): the real default changed from 90 to 500 in #72176, so bring the example value and comment up to the current default.
This commit is contained in:
parent
f2e1a71120
commit
2365fed985
1 changed files with 2 additions and 2 deletions
|
|
@ -778,10 +778,10 @@ skills:
|
|||
# Agent Behavior
|
||||
# =============================================================================
|
||||
agent:
|
||||
# Maximum tool-calling iterations per conversation (default: 90)
|
||||
# Maximum tool-calling iterations per conversation (default: 500)
|
||||
# Higher = more room for complex tasks, but costs more tokens
|
||||
# Recommended: 20-30 for focused tasks, 50-100 for open exploration
|
||||
max_turns: 90
|
||||
max_turns: 500
|
||||
|
||||
# Inactivity timeout for gateway agent runs (seconds, 0 = unlimited).
|
||||
# The agent can run indefinitely when actively calling tools or receiving
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue