mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
chore: bump WebSearch cap to 50 per turn
This commit is contained in:
@@ -128,7 +128,7 @@ def create_security_hooks(
|
||||
sdk_cwd: str | None = None,
|
||||
max_subtasks: int = 3,
|
||||
on_compact: Callable[[str], None] | None = None,
|
||||
max_web_searches: int = 30,
|
||||
max_web_searches: int = 50,
|
||||
max_tool_calls: int = 100,
|
||||
) -> dict[str, Any]:
|
||||
"""Create the security hooks configuration for Claude Agent SDK.
|
||||
|
||||
Reference in New Issue
Block a user