We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90713b commit 5d870ceCopy full SHA for 5d870ce
pydantic_ai_slim/pydantic_ai/models/anthropic.py
@@ -359,6 +359,7 @@ def _get_builtin_tools(
359
BetaWebSearchTool20250305Param(
360
name='web_search',
361
type='web_search_20250305',
362
+ max_uses=tool.max_uses,
363
allowed_domains=tool.allowed_domains,
364
blocked_domains=tool.blocked_domains,
365
user_location=user_location,
0 commit comments