You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the <code>promptType</code>. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html">Inference parameters for foundation models</a>.</p>
1011
1083
* @public
@@ -1251,6 +1323,22 @@ export interface Agent {
1251
1323
*/
1252
1324
description?: string|undefined;
1253
1325
1326
+
/**
1327
+
* <p>
1328
+
* Specifies the orchestration strategy for the agent.
1329
+
* </p>
1330
+
* @public
1331
+
*/
1332
+
orchestrationType?: OrchestrationType|undefined;
1333
+
1334
+
/**
1335
+
* <p>
1336
+
* Contains custom orchestration configurations for the agent.
* <p>The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.</p>
1256
1344
* <p>A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.</p>
* <p>The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.</p>
1684
1788
* <p>A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.</p>
* <p>The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.</p>
1969
2089
* <p>A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.</p>
0 commit comments