Document max_turns settings for recipes and subagents (#7044)

This commit is contained in:
Emma Youndtsmith
2026-02-06 11:04:12 -06:00
committed by GitHub
parent 01e31f7c8d
commit 966ced19bb
4 changed files with 36 additions and 5 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ Subagents use the following pre-configured settings, but you can override any de
### Default Settings
| Parameter | Default | How to Customize |
|-----------|---------|------------------|
| **Max Turns** | 25 | Use natural language or set `GOOSE_SUBAGENT_MAX_TURNS` |
| **Max Turns** | 25 | Use natural language, set `GOOSE_SUBAGENT_MAX_TURNS`, or configure `settings.max_turns` in [recipes](/docs/guides/recipes/recipe-reference#settings) or subagent tool calls |
| **Timeout** | 5 minutes | Request longer timeout in your prompt |
| **Extensions** | Inherited from parent | Specify which extensions to use in your prompt |
| **Return Mode** | All subagent information provided in main session | Specify how much detail you want in your prompt |