feat: change default max turns for new agents from 10 to 1000

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
gsxdsm
2026-04-12 16:14:54 -07:00
parent f154f688cf
commit 4f662cc56f
4 changed files with 11 additions and 11 deletions

View File

@@ -203,7 +203,7 @@ You MUST respond with ONLY valid JSON (no markdown, no explanation):
"description": "A brief 1-2 sentence description of the agent's purpose and expertise",
"systemPrompt": "A detailed markdown system prompt for the agent. This should be comprehensive and include:\\n- Role definition\\n- Core responsibilities\\n- Specific areas of expertise\\n- Behavioral guidelines\\n- Output format expectations\\n- Edge case handling instructions",
"thinkingLevel": "off | minimal | low | medium | high",
"maxTurns": 10
"maxTurns": 1000
}
## Guidelines for System Prompt Generation