@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.
package/dist/index.mjs CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  } from "@ai-sdk/provider-utils";
13
13
 
14
14
  // src/version.ts
15
- var VERSION = true ? "3.0.61" : "0.0.0-test";
15
+ var VERSION = true ? "3.0.63" : "0.0.0-test";
16
16
 
17
17
  // src/anthropic-messages-language-model.ts
18
18
  import {
@@ -1534,7 +1534,6 @@ async function prepareTools({
1534
1534
  break;
1535
1535
  }
1536
1536
  case "anthropic.tool_search_regex_20251119": {
1537
- betas.add("advanced-tool-use-2025-11-20");
1538
1537
  anthropicTools2.push({
1539
1538
  type: "tool_search_tool_regex_20251119",
1540
1539
  name: "tool_search_tool_regex"
@@ -1542,7 +1541,6 @@ async function prepareTools({
1542
1541
  break;
1543
1542
  }
1544
1543
  case "anthropic.tool_search_bm25_20251119": {
1545
- betas.add("advanced-tool-use-2025-11-20");
1546
1544
  anthropicTools2.push({
1547
1545
  type: "tool_search_tool_bm25_20251119",
1548
1546
  name: "tool_search_tool_bm25"