@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/dist/index.mjs CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  } from "@ai-sdk/provider-utils";
12
12
 
13
13
  // src/version.ts
14
- var VERSION = true ? "3.0.14" : "0.0.0-test";
14
+ var VERSION = true ? "3.0.16" : "0.0.0-test";
15
15
 
16
16
  // src/anthropic-messages-language-model.ts
17
17
  import {
@@ -2677,7 +2677,7 @@ var AnthropicMessagesLanguageModel = class {
2677
2677
  toolChoice: { type: "required" },
2678
2678
  disableParallelToolUse: true,
2679
2679
  cacheControlValidator,
2680
- supportsStructuredOutput
2680
+ supportsStructuredOutput: false
2681
2681
  } : {
2682
2682
  tools: tools != null ? tools : [],
2683
2683
  toolChoice,