@ai-sdk/anthropic 3.0.46 → 3.0.47

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.
@@ -2656,6 +2656,9 @@ var AnthropicMessagesLanguageModel = class {
2656
2656
  ...(anthropicOptions == null ? void 0 : anthropicOptions.speed) && {
2657
2657
  speed: anthropicOptions.speed
2658
2658
  },
2659
+ ...(anthropicOptions == null ? void 0 : anthropicOptions.cacheControl) && {
2660
+ cache_control: anthropicOptions.cacheControl
2661
+ },
2659
2662
  // structured output:
2660
2663
  ...useStructuredOutput && (responseFormat == null ? void 0 : responseFormat.type) === "json" && responseFormat.schema != null && {
2661
2664
  output_format: {