chore: bump WebSearch cap to 50 per turn

This commit is contained in:
Zamil Majdy
2026-03-30 16:38:26 +00:00
parent bfbec703ce
commit 8d99660ba0

View File

@@ -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.