@ai-sdk/amazon-bedrock 4.0.100 → 4.0.101

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
@@ -1504,7 +1504,7 @@ var BedrockAdditionalModelResponseFieldsSchema = z4.object({
1504
1504
  var BedrockToolUseSchema = z4.object({
1505
1505
  toolUseId: z4.string(),
1506
1506
  name: z4.string(),
1507
- input: z4.unknown()
1507
+ input: z4.unknown().optional()
1508
1508
  });
1509
1509
  var BedrockReasoningTextSchema = z4.object({
1510
1510
  signature: z4.string().nullish(),
@@ -2014,7 +2014,7 @@ import {
2014
2014
  import { AwsV4Signer } from "aws4fetch";
2015
2015
 
2016
2016
  // src/version.ts
2017
- var VERSION = true ? "4.0.100" : "0.0.0-test";
2017
+ var VERSION = true ? "4.0.101" : "0.0.0-test";
2018
2018
 
2019
2019
  // src/bedrock-sigv4-fetch.ts
2020
2020
  function createSigV4FetchFunction(getCredentials, fetch) {