ai 6.0.0-beta.122 → 6.0.0-beta.124

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
@@ -775,7 +775,7 @@ import {
775
775
  } from "@ai-sdk/provider-utils";
776
776
 
777
777
  // src/version.ts
778
- var VERSION = true ? "6.0.0-beta.122" : "0.0.0-test";
778
+ var VERSION = true ? "6.0.0-beta.124" : "0.0.0-test";
779
779
 
780
780
  // src/util/download/download.ts
781
781
  var download = async ({ url }) => {
@@ -1335,9 +1335,9 @@ async function prepareToolsAndToolChoice({
1335
1335
  providerOptions: tool2.providerOptions
1336
1336
  });
1337
1337
  break;
1338
- case "provider-defined":
1338
+ case "provider":
1339
1339
  languageModelTools.push({
1340
- type: "provider-defined",
1340
+ type: "provider",
1341
1341
  name: name15,
1342
1342
  id: tool2.id,
1343
1343
  args: tool2.args