@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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @ai-sdk/anthropic
2
2
 
3
+ ## 3.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - d36fa72: Not sending structured output beta header for json response tool
8
+
9
+ ## 3.0.15
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [5c090e7]
14
+ - @ai-sdk/provider@3.0.4
15
+ - @ai-sdk/provider-utils@4.0.8
16
+
3
17
  ## 3.0.14
4
18
 
5
19
  ### Patch Changes
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ var import_provider4 = require("@ai-sdk/provider");
32
32
  var import_provider_utils22 = require("@ai-sdk/provider-utils");
33
33
 
34
34
  // src/version.ts
35
- var VERSION = true ? "3.0.14" : "0.0.0-test";
35
+ var VERSION = true ? "3.0.16" : "0.0.0-test";
36
36
 
37
37
  // src/anthropic-messages-language-model.ts
38
38
  var import_provider3 = require("@ai-sdk/provider");
@@ -2654,7 +2654,7 @@ var AnthropicMessagesLanguageModel = class {
2654
2654
  toolChoice: { type: "required" },
2655
2655
  disableParallelToolUse: true,
2656
2656
  cacheControlValidator,
2657
- supportsStructuredOutput
2657
+ supportsStructuredOutput: false
2658
2658
  } : {
2659
2659
  tools: tools != null ? tools : [],
2660
2660
  toolChoice,