ai 6.0.0-beta.79 → 6.0.0-beta.81

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.79" : "0.0.0-test";
778
+ var VERSION = true ? "6.0.0-beta.81" : "0.0.0-test";
779
779
 
780
780
  // src/util/download/download.ts
781
781
  var download = async ({ url }) => {
@@ -10229,7 +10229,7 @@ async function rerank({
10229
10229
  originalDocuments: documents,
10230
10230
  ranking: ranking.map((ranking2) => ({
10231
10231
  originalIndex: ranking2.index,
10232
- relevanceScore: ranking2.relevanceScore,
10232
+ score: ranking2.relevanceScore,
10233
10233
  document: documents[ranking2.index]
10234
10234
  })),
10235
10235
  providerMetadata,