@ai-sdk/amazon-bedrock 4.0.0-beta.78 → 4.0.0-beta.79

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # @ai-sdk/amazon-bedrock
2
2
 
3
+ ## 4.0.0-beta.79
4
+
5
+ ### Patch Changes
6
+
7
+ - 1bd7d32: feat: tool-specific strict mode
8
+ - Updated dependencies [1bd7d32]
9
+ - @ai-sdk/provider-utils@4.0.0-beta.41
10
+ - @ai-sdk/anthropic@3.0.0-beta.71
11
+ - @ai-sdk/provider@3.0.0-beta.23
12
+
3
13
  ## 4.0.0-beta.78
4
14
 
5
15
  ### Patch Changes
package/dist/index.js CHANGED
@@ -236,7 +236,8 @@ async function prepareTools({
236
236
  betas: anthropicBetas
237
237
  } = await (0, import_internal.prepareTools)({
238
238
  tools: ProviderTools,
239
- toolChoice
239
+ toolChoice,
240
+ supportsStructuredOutput: false
240
241
  });
241
242
  toolWarnings.push(...anthropicToolWarnings);
242
243
  anthropicBetas.forEach((beta) => betas.add(beta));
@@ -1534,7 +1535,7 @@ var import_provider_utils7 = require("@ai-sdk/provider-utils");
1534
1535
  var import_aws4fetch = require("aws4fetch");
1535
1536
 
1536
1537
  // src/version.ts
1537
- var VERSION = true ? "4.0.0-beta.78" : "0.0.0-test";
1538
+ var VERSION = true ? "4.0.0-beta.79" : "0.0.0-test";
1538
1539
 
1539
1540
  // src/bedrock-sigv4-fetch.ts
1540
1541
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {