@ai-sdk/anthropic 3.0.15 → 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.
@@ -2646,7 +2646,7 @@ var AnthropicMessagesLanguageModel = class {
2646
2646
  toolChoice: { type: "required" },
2647
2647
  disableParallelToolUse: true,
2648
2648
  cacheControlValidator,
2649
- supportsStructuredOutput
2649
+ supportsStructuredOutput: false
2650
2650
  } : {
2651
2651
  tools: tools != null ? tools : [],
2652
2652
  toolChoice,