@ai-sdk/anthropic 2.0.66 → 2.0.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  } from "@ai-sdk/provider-utils";
12
12
 
13
13
  // src/version.ts
14
- var VERSION = true ? "2.0.66" : "0.0.0-test";
14
+ var VERSION = true ? "2.0.67" : "0.0.0-test";
15
15
 
16
16
  // src/anthropic-messages-language-model.ts
17
17
  import {
@@ -2062,6 +2062,9 @@ var AnthropicMessagesLanguageModel = class {
2062
2062
  ...(anthropicOptions == null ? void 0 : anthropicOptions.speed) && {
2063
2063
  speed: anthropicOptions.speed
2064
2064
  },
2065
+ ...(anthropicOptions == null ? void 0 : anthropicOptions.cacheControl) && {
2066
+ cache_control: anthropicOptions.cacheControl
2067
+ },
2065
2068
  // structured output:
2066
2069
  ...useStructuredOutput && (responseFormat == null ? void 0 : responseFormat.type) === "json" && responseFormat.schema != null && {
2067
2070
  output_format: {