@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.
@@ -2036,6 +2036,9 @@ var AnthropicMessagesLanguageModel = class {
2036
2036
  ...(anthropicOptions == null ? void 0 : anthropicOptions.speed) && {
2037
2037
  speed: anthropicOptions.speed
2038
2038
  },
2039
+ ...(anthropicOptions == null ? void 0 : anthropicOptions.cacheControl) && {
2040
+ cache_control: anthropicOptions.cacheControl
2041
+ },
2039
2042
  // structured output:
2040
2043
  ...useStructuredOutput && (responseFormat == null ? void 0 : responseFormat.type) === "json" && responseFormat.schema != null && {
2041
2044
  output_format: {