@ai-sdk/anthropic 3.0.14 → 3.0.16

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.
@@ -2662,7 +2662,7 @@ var AnthropicMessagesLanguageModel = class {
2662
2662
  toolChoice: { type: "required" },
2663
2663
  disableParallelToolUse: true,
2664
2664
  cacheControlValidator,
2665
- supportsStructuredOutput
2665
+ supportsStructuredOutput: false
2666
2666
  } : {
2667
2667
  tools: tools != null ? tools : [],
2668
2668
  toolChoice,