Example Usage
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
allowedCallers | models.AnthropicAllowedCallers[] | :heavy_minus_sign: | N/A | [ “direct” ] |
allowedDomains | string[] | :heavy_minus_sign: | N/A | |
blockedDomains | string[] | :heavy_minus_sign: | N/A | |
cacheControl | models.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 | number | :heavy_minus_sign: | N/A | |
name | models.NameWebSearch2 | :heavy_check_mark: | N/A | |
type | models.TypeWebSearch20260209 | :heavy_check_mark: | N/A | |
userLocation | models.AnthropicWebSearchToolUserLocation | :heavy_minus_sign: | N/A | {"city": "San Francisco","country": "US","region": "California","timezone": "America/Los_Angeles","type": "approximate"} |