@aws-sdk/client-bedrock-agent-runtime
Advanced tools
Comparing version 3.716.0 to 3.717.0
@@ -41,2 +41,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* memoryId: "STRING_VALUE", | ||
* sessionId: "STRING_VALUE", | ||
* }; | ||
@@ -43,0 +44,0 @@ * const command = new DeleteAgentMemoryCommand(input); |
@@ -42,2 +42,21 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* <li> | ||
* <p>To stream agent responses, make sure that only orchestration prompt is enabled. Agent streaming is not supported for the following steps: | ||
* </p> | ||
* <ul> | ||
* <li> | ||
* <p> | ||
* <code>Pre-processing</code> | ||
* </p> | ||
* </li> | ||
* <li> | ||
* <p> | ||
* <code>Post-processing</code> | ||
* </p> | ||
* </li> | ||
* <li> | ||
* <p>Agent with 1 Knowledge base and <code>User Input</code> not enabled</p> | ||
* </li> | ||
* </ul> | ||
* </li> | ||
* <li> | ||
* <p>End a conversation by setting <code>endSession</code> to <code>true</code>.</p> | ||
@@ -85,2 +104,4 @@ * </li> | ||
* confirmationState: "CONFIRM" || "DENY", | ||
* responseState: "FAILURE" || "REPROMPT", | ||
* httpStatusCode: Number("int"), | ||
* responseBody: { // ResponseBody | ||
@@ -91,4 +112,2 @@ * "<keys>": { // ContentBody | ||
* }, | ||
* httpStatusCode: Number("int"), | ||
* responseState: "FAILURE" || "REPROMPT", | ||
* agentId: "STRING_VALUE", | ||
@@ -247,2 +266,7 @@ * }, | ||
* memoryId: "STRING_VALUE", | ||
* bedrockModelConfigurations: { // BedrockModelConfigurations | ||
* performanceConfig: { // PerformanceConfiguration | ||
* latency: "standard" || "optimized", | ||
* }, | ||
* }, | ||
* streamingConfigurations: { // StreamingConfigurations | ||
@@ -532,2 +556,4 @@ * streamFinalResponse: true || false, | ||
* // confirmationState: "CONFIRM" || "DENY", | ||
* // responseState: "FAILURE" || "REPROMPT", | ||
* // httpStatusCode: Number("int"), | ||
* // responseBody: { // ResponseBody | ||
@@ -538,4 +564,2 @@ * // "<keys>": { // ContentBody | ||
* // }, | ||
* // httpStatusCode: Number("int"), | ||
* // responseState: "FAILURE" || "REPROMPT", | ||
* // agentId: "STRING_VALUE", | ||
@@ -797,2 +821,4 @@ * // }, | ||
* // confirmationState: "CONFIRM" || "DENY", | ||
* // responseState: "FAILURE" || "REPROMPT", | ||
* // httpStatusCode: Number("int"), | ||
* // responseBody: { | ||
@@ -803,4 +829,2 @@ * // "<keys>": { | ||
* // }, | ||
* // httpStatusCode: Number("int"), | ||
* // responseState: "FAILURE" || "REPROMPT", | ||
* // agentId: "STRING_VALUE", | ||
@@ -1075,2 +1099,5 @@ * // }, | ||
* // }, | ||
* // modelNotReadyException: { // ModelNotReadyException | ||
* // message: "STRING_VALUE", | ||
* // }, | ||
* // files: { // FilePart | ||
@@ -1114,2 +1141,10 @@ * // files: [ // OutputFiles | ||
* | ||
* @throws {@link ModelNotReadyException} (client fault) | ||
* <p> | ||
* The model specified in the request is not ready to serve inference requests. The AWS SDK | ||
* will automatically retry the operation up to 5 times. For information about configuring | ||
* automatic retries, see <a href="https://docs.aws.amazon.com/sdkref/latest/guide/feature-retry-behavior.html">Retry behavior</a> in the <i>AWS SDKs and Tools</i> | ||
* reference guide. | ||
* </p> | ||
* | ||
* @throws {@link ResourceNotFoundException} (client fault) | ||
@@ -1116,0 +1151,0 @@ * <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p> |
@@ -53,2 +53,7 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* enableTrace: true || false, | ||
* modelPerformanceConfiguration: { // ModelPerformanceConfiguration | ||
* performanceConfig: { // PerformanceConfiguration | ||
* latency: "standard" || "optimized", | ||
* }, | ||
* }, | ||
* }; | ||
@@ -55,0 +60,0 @@ * const command = new InvokeFlowCommand(input); |
@@ -82,2 +82,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* confirmationState: "CONFIRM" || "DENY", | ||
* responseState: "FAILURE" || "REPROMPT", | ||
* httpStatusCode: Number("int"), | ||
* responseBody: { // ResponseBody | ||
@@ -88,4 +90,2 @@ * "<keys>": { // ContentBody | ||
* }, | ||
* httpStatusCode: Number("int"), | ||
* responseState: "FAILURE" || "REPROMPT", | ||
* agentId: "STRING_VALUE", | ||
@@ -288,2 +288,7 @@ * }, | ||
* }, | ||
* bedrockModelConfigurations: { // InlineBedrockModelConfigurations | ||
* performanceConfig: { // PerformanceConfiguration | ||
* latency: "standard" || "optimized", | ||
* }, | ||
* }, | ||
* }; | ||
@@ -568,2 +573,4 @@ * const command = new InvokeInlineAgentCommand(input); | ||
* // confirmationState: "CONFIRM" || "DENY", | ||
* // responseState: "FAILURE" || "REPROMPT", | ||
* // httpStatusCode: Number("int"), | ||
* // responseBody: { // ResponseBody | ||
@@ -574,4 +581,2 @@ * // "<keys>": { // ContentBody | ||
* // }, | ||
* // httpStatusCode: Number("int"), | ||
* // responseState: "FAILURE" || "REPROMPT", | ||
* // agentId: "STRING_VALUE", | ||
@@ -833,2 +838,4 @@ * // }, | ||
* // confirmationState: "CONFIRM" || "DENY", | ||
* // responseState: "FAILURE" || "REPROMPT", | ||
* // httpStatusCode: Number("int"), | ||
* // responseBody: { | ||
@@ -839,4 +846,2 @@ * // "<keys>": { | ||
* // }, | ||
* // httpStatusCode: Number("int"), | ||
* // responseState: "FAILURE" || "REPROMPT", | ||
* // agentId: "STRING_VALUE", | ||
@@ -843,0 +848,0 @@ * // }, |
@@ -163,2 +163,5 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* }, | ||
* performanceConfig: { // PerformanceConfiguration | ||
* latency: "standard" || "optimized", | ||
* }, | ||
* }, | ||
@@ -185,2 +188,5 @@ * orchestrationConfiguration: { // OrchestrationConfiguration | ||
* }, | ||
* performanceConfig: { | ||
* latency: "standard" || "optimized", | ||
* }, | ||
* }, | ||
@@ -224,2 +230,5 @@ * }, | ||
* }, | ||
* performanceConfig: { | ||
* latency: "standard" || "optimized", | ||
* }, | ||
* }, | ||
@@ -226,0 +235,0 @@ * }, |
@@ -166,2 +166,5 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* }, | ||
* performanceConfig: { // PerformanceConfiguration | ||
* latency: "standard" || "optimized", | ||
* }, | ||
* }, | ||
@@ -188,2 +191,5 @@ * orchestrationConfiguration: { // OrchestrationConfiguration | ||
* }, | ||
* performanceConfig: { | ||
* latency: "standard" || "optimized", | ||
* }, | ||
* }, | ||
@@ -227,2 +233,5 @@ * }, | ||
* }, | ||
* performanceConfig: { | ||
* latency: "standard" || "optimized", | ||
* }, | ||
* }, | ||
@@ -229,0 +238,0 @@ * }, |
{ | ||
"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.716.0", | ||
"version": "3.717.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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1114400
27402