@ai-sdk/anthropic 3.0.61 → 3.0.63

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.
@@ -1513,7 +1513,6 @@ async function prepareTools({
1513
1513
  break;
1514
1514
  }
1515
1515
  case "anthropic.tool_search_regex_20251119": {
1516
- betas.add("advanced-tool-use-2025-11-20");
1517
1516
  anthropicTools2.push({
1518
1517
  type: "tool_search_tool_regex_20251119",
1519
1518
  name: "tool_search_tool_regex"
@@ -1521,7 +1520,6 @@ async function prepareTools({
1521
1520
  break;
1522
1521
  }
1523
1522
  case "anthropic.tool_search_bm25_20251119": {
1524
- betas.add("advanced-tool-use-2025-11-20");
1525
1523
  anthropicTools2.push({
1526
1524
  type: "tool_search_tool_bm25_20251119",
1527
1525
  name: "tool_search_tool_bm25"