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
feat(client-bedrock-agent-runtime): bedrock agents now supports long term memory and performance configs. Invokeflow supports performance configs. RetrieveAndGenerate performance configs
* <p>To activate trace enablement, turn <code>enableTrace</code> to <code>true</code>. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/agents-test.html#trace-events">Trace enablement</a>.</p>
50
50
* </li>
51
51
* <li>
52
+
* <p>To stream agent responses, make sure that only orchestration prompt is enabled. Agent streaming is not supported for the following steps:
53
+
* </p>
54
+
* <ul>
55
+
* <li>
56
+
* <p>
57
+
* <code>Pre-processing</code>
58
+
* </p>
59
+
* </li>
60
+
* <li>
61
+
* <p>
62
+
* <code>Post-processing</code>
63
+
* </p>
64
+
* </li>
65
+
* <li>
66
+
* <p>Agent with 1 Knowledge base and <code>User Input</code> not enabled</p>
67
+
* </li>
68
+
* </ul>
69
+
* </li>
70
+
* <li>
52
71
* <p>End a conversation by setting <code>endSession</code> to <code>true</code>.</p>
* The model specified in the request is not ready to serve inference requests. The AWS SDK
1145
+
* will automatically retry the operation up to 5 times. For information about configuring
1146
+
* 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>
0 commit comments