@ai-sdk/amazon-bedrock 3.1.0-beta.5 → 3.1.0-beta.6

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 ? "3.1.0-beta.5" : "0.0.0-test";
11
+ var VERSION = true ? "3.1.0-beta.6" : "0.0.0-test";
12
12
 
13
13
  // src/bedrock-provider.ts
14
14
  import { anthropicTools as anthropicTools2 } from "@ai-sdk/anthropic/internal";
@@ -634,7 +634,7 @@ var BedrockChatLanguageModel = class {
634
634
  constructor(modelId, config) {
635
635
  this.modelId = modelId;
636
636
  this.config = config;
637
- this.specificationVersion = "v2";
637
+ this.specificationVersion = "v3";
638
638
  this.provider = "amazon-bedrock";
639
639
  this.supportedUrls = {
640
640
  // no supported urls for bedrock