mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
chore(chat): bump default max_subtasks from 3 to 10
This commit is contained in:
@@ -108,7 +108,7 @@ class ChatConfig(BaseSettings):
|
||||
"Increase if tool outputs exceed the limit.",
|
||||
)
|
||||
claude_agent_max_subtasks: int = Field(
|
||||
default=3,
|
||||
default=10,
|
||||
description="Max number of sub-agent Tasks the SDK can spawn per session.",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user