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): This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock.
* <p>End a conversation by setting <code>endSession</code> to <code>true</code>.</p>
52
52
* </li>
53
53
* <li>
54
-
* <p>In the <code>sessionState</code> object, you can include attributes for the session or prompt or parameters returned from the action group.</p>
55
-
* </li>
56
-
* <li>
57
-
* <p>Use return control event type for function calling.</p>
54
+
* <p>In the <code>sessionState</code> object, you can include attributes for the session or prompt or, if you configured an action group to return control, results from invocation of the action group.</p>
58
55
* </li>
59
56
* </ul>
60
57
* <p>The response is returned in the <code>bytes</code> field of the <code>chunk</code> object.</p>
* <p>If you set <code>enableTrace</code> to <code>true</code> in the request, you can trace the agent's steps and reasoning process that led it to the response.</p>
67
64
* </li>
68
65
* <li>
66
+
* <p>If the action predicted was configured to return control, the response returns parameters for the action, elicited from the user, in the <code>returnControl</code> field.</p>
67
+
* </li>
68
+
* <li>
69
69
* <p>Errors are also surfaced in the response.</p>
0 commit comments