@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/CHANGELOG.md +12 -0
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
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.
|
|
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 = "
|
|
637
|
+
this.specificationVersion = "v3";
|
|
638
638
|
this.provider = "amazon-bedrock";
|
|
639
639
|
this.supportedUrls = {
|
|
640
640
|
// no supported urls for bedrock
|