Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
AllowedDomains | optionalnullable.OptionalNullable[[]string] | :heavy_minus_sign: | N/A | |
BlockedDomains | optionalnullable.OptionalNullable[[]string] | :heavy_minus_sign: | N/A | |
CacheControl | *components.AnthropicCacheControlDirective | :heavy_minus_sign: | Enable automatic prompt caching. When set at the top level, the system automatically applies cache breakpoints to the last cacheable block in the request. Currently supported for Anthropic Claude models. | {"type": "ephemeral"} |
MaxUses | optionalnullable.OptionalNullable[int64] | :heavy_minus_sign: | N/A | |
Name | components.NameWebSearch1 | :heavy_check_mark: | N/A | |
Type | components.TypeWebSearch20250305 | :heavy_check_mark: | N/A | |
UserLocation | optionalnullable.OptionalNullable[components.AnthropicWebSearchToolUserLocation] | :heavy_minus_sign: | N/A | {"city": "San Francisco","country": "US","region": "California","timezone": "America/Los_Angeles","type": "approximate"} |