@aws-sdk/client-bedrock-agent-runtime
Advanced tools
Comparing version 3.726.1 to 3.729.0
@@ -31,4 +31,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* <note> | ||
* <p>The CLI doesn't support streaming operations in Amazon Bedrock, including <code>InvokeAgent</code>.</p> | ||
* </note> | ||
* </note> | ||
* <p>Sends a prompt for the agent to process and respond to. Note the following fields for the request:</p> | ||
@@ -68,3 +67,4 @@ * <ul> | ||
* </ul> | ||
* <p>The response is returned in the <code>bytes</code> field of the <code>chunk</code> object.</p> | ||
* <p>The response contains both <b>chunk</b> and <b>trace</b> attributes.</p> | ||
* <p>The final response is returned in the <code>bytes</code> field of the <code>chunk</code> object. The <code>InvokeAgent</code> returns one chunk for the entire interaction.</p> | ||
* <ul> | ||
@@ -71,0 +71,0 @@ * <li> |
@@ -54,4 +54,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* <note> | ||
* <p>The CLI doesn't support streaming operations in Amazon Bedrock, including <code>InvokeInlineAgent</code>.</p> | ||
* </note> | ||
* </note> | ||
* @example | ||
@@ -292,2 +291,6 @@ * Use a bare-bones client and the command you need to make an API call. | ||
* }, | ||
* streamingConfigurations: { // StreamingConfigurations | ||
* streamFinalResponse: true || false, | ||
* applyGuardrailInterval: Number("int"), | ||
* }, | ||
* }; | ||
@@ -294,0 +297,0 @@ * const command = new InvokeInlineAgentCommand(input); |
{ | ||
"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.726.1", | ||
"version": "3.729.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
1114799
27477