New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-bedrock-agent-runtime

Package Overview
Dependencies
Maintainers
5
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-bedrock-agent-runtime - npm Package Compare versions

Comparing version 3.675.0 to 3.676.0

7

dist-es/models/models_0.js

@@ -861,2 +861,6 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";

});
export const OrchestrationConfigurationFilterSensitiveLog = (obj) => ({
...obj,
...(obj.promptTemplate && { promptTemplate: PromptTemplateFilterSensitiveLog(obj.promptTemplate) }),
});
export const RetrieveAndGenerateOutputFilterSensitiveLog = (obj) => ({

@@ -937,2 +941,5 @@ ...obj,

}),
...(obj.orchestrationConfiguration && {
orchestrationConfiguration: OrchestrationConfigurationFilterSensitiveLog(obj.orchestrationConfiguration),
}),
});

@@ -939,0 +946,0 @@ export const RetrieveRequestFilterSensitiveLog = (obj) => ({

10

dist-es/protocols/Aws_restJson1.js

@@ -716,3 +716,3 @@ import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody, } from "@aws-sdk/core";

modelArn: [],
orchestrationConfiguration: _json,
orchestrationConfiguration: (_) => se_OrchestrationConfiguration(_, context),
retrievalConfiguration: (_) => se_KnowledgeBaseRetrievalConfiguration(_, context),

@@ -728,2 +728,10 @@ });

};
const se_OrchestrationConfiguration = (input, context) => {
return take(input, {
additionalModelRequestFields: (_) => se_AdditionalModelRequestFields(_, context),
inferenceConfig: (_) => se_InferenceConfig(_, context),
promptTemplate: _json,
queryTransformationConfiguration: _json,
});
};
const se_RetrievalFilter = (input, context) => {

@@ -730,0 +738,0 @@ return RetrievalFilter.visit(input, {

@@ -128,2 +128,18 @@ import { Command as $Command } from "@smithy/smithy-client";

* orchestrationConfiguration: { // OrchestrationConfiguration
* promptTemplate: {
* textPromptTemplate: "STRING_VALUE",
* },
* inferenceConfig: {
* textInferenceConfig: {
* temperature: Number("float"),
* topP: Number("float"),
* maxTokens: Number("int"),
* stopSequences: [
* "STRING_VALUE",
* ],
* },
* },
* additionalModelRequestFields: {
* "<keys>": "DOCUMENT_VALUE",
* },
* queryTransformationConfiguration: { // QueryTransformationConfiguration

@@ -130,0 +146,0 @@ * type: "QUERY_DECOMPOSITION", // required

2

package.json
{
"name": "@aws-sdk/client-bedrock-agent-runtime",
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
"version": "3.675.0",
"version": "3.676.0",
"scripts": {

@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc