docs(config): align max_turns example with actual default (90)

This commit is contained in:
waroffchange 2026-06-30 16:34:13 +03:00 committed by Teknium
parent 13590ce685
commit f2e1a71120

View file

@ -778,10 +778,10 @@ skills:
# Agent Behavior
# =============================================================================
agent:
# Maximum tool-calling iterations per conversation
# Maximum tool-calling iterations per conversation (default: 90)
# Higher = more room for complex tasks, but costs more tokens
# Recommended: 20-30 for focused tasks, 50-100 for open exploration
max_turns: 60
max_turns: 90
# Inactivity timeout for gateway agent runs (seconds, 0 = unlimited).
# The agent can run indefinitely when actively calling tools or receiving