@ai-sdk/anthropic 2.0.0-beta.3 → 2.0.0-beta.4

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
@@ -934,11 +934,7 @@ var AnthropicMessagesLanguageModel = class {
934
934
  tool_choice: anthropicToolChoice
935
935
  },
936
936
  warnings: [...warnings, ...toolWarnings],
937
- betas: /* @__PURE__ */ new Set([
938
- "fine-grained-tool-streaming-2025-05-14",
939
- ...messagesBetas,
940
- ...toolsBetas
941
- ]),
937
+ betas: /* @__PURE__ */ new Set([...messagesBetas, ...toolsBetas]),
942
938
  usesJsonResponseTool: jsonResponseTool != null
943
939
  };
944
940
  }