@ai-sdk/anthropic 2.0.0-beta.10 → 2.0.0-beta.12

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.
@@ -1692,7 +1692,7 @@ var bash_20241022 = createProviderDefinedToolFactory({
1692
1692
  import { createProviderDefinedToolFactory as createProviderDefinedToolFactory2 } from "@ai-sdk/provider-utils";
1693
1693
  import z6 from "zod/v4";
1694
1694
  var bash_20250124 = createProviderDefinedToolFactory2({
1695
- id: "anthropic.bashTool_20250124",
1695
+ id: "anthropic.bash_20250124",
1696
1696
  name: "bash",
1697
1697
  inputSchema: z6.object({
1698
1698
  command: z6.string(),
@@ -1874,6 +1874,7 @@ var anthropicTools = {
1874
1874
  };
1875
1875
  export {
1876
1876
  AnthropicMessagesLanguageModel,
1877
- anthropicTools
1877
+ anthropicTools,
1878
+ prepareTools
1878
1879
  };
1879
1880
  //# sourceMappingURL=index.mjs.map