@ai-sdk/anthropic 3.0.61 → 3.0.62

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