@ai-sdk/amazon-bedrock 4.0.103 → 4.0.105

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
@@ -636,21 +636,6 @@ async function convertToBedrockChatMessages(prompt, isMistral = false) {
636
636
  }
637
637
  }
638
638
  });
639
- } else if (part.providerOptions == null || Object.keys(part.providerOptions).every(
640
- (k2) => k2 === "bedrock" || k2 === "amazonBedrock"
641
- )) {
642
- bedrockContent.push({
643
- reasoningContent: {
644
- reasoningText: {
645
- text: trimIfLast(
646
- isLastBlock,
647
- isLastMessage,
648
- isLastContentPart,
649
- part.text
650
- )
651
- }
652
- }
653
- });
654
639
  }
655
640
  break;
656
641
  }
@@ -2017,7 +2002,7 @@ import {
2017
2002
  import { AwsV4Signer } from "aws4fetch";
2018
2003
 
2019
2004
  // src/version.ts
2020
- var VERSION = true ? "4.0.103" : "0.0.0-test";
2005
+ var VERSION = true ? "4.0.105" : "0.0.0-test";
2021
2006
 
2022
2007
  // src/bedrock-sigv4-fetch.ts
2023
2008
  function createSigV4FetchFunction(getCredentials, fetch) {