Example Usage
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
allowedCallers | models.AnthropicAllowedCallers[] | :heavy_minus_sign: | N/A | [ “direct” ] |
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"} |
caching | models.Caching | :heavy_minus_sign: | N/A | {"type": "ephemeral"} |
deferLoading | boolean | :heavy_minus_sign: | N/A | |
maxUses | number | :heavy_minus_sign: | N/A | |
model | string | :heavy_check_mark: | N/A | |
name | models.NameAdvisor | :heavy_check_mark: | N/A | |
type | models.TypeAdvisor20260301 | :heavy_check_mark: | N/A |