@ai-sdk/amazon-bedrock 4.0.0-beta.43 → 4.0.0-beta.45

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
@@ -8,7 +8,7 @@ import {
8
8
  } from "@ai-sdk/provider-utils";
9
9
 
10
10
  // src/version.ts
11
- var VERSION = true ? "4.0.0-beta.43" : "0.0.0-test";
11
+ var VERSION = true ? "4.0.0-beta.45" : "0.0.0-test";
12
12
 
13
13
  // src/bedrock-provider.ts
14
14
  import { anthropicTools as anthropicTools2 } from "@ai-sdk/anthropic/internal";
@@ -1717,6 +1717,7 @@ Original error: ${errorMessage}`
1717
1717
  headers: getHeaders,
1718
1718
  fetch: fetchFunction
1719
1719
  });
1720
+ provider.specificationVersion = "v3";
1720
1721
  provider.languageModel = createChatModel;
1721
1722
  provider.embedding = createEmbeddingModel;
1722
1723
  provider.textEmbedding = createEmbeddingModel;