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
Adds policy effect and actions fields to Policy API's.
Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP
This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock.
This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages.
Update the DNS Firewall settings to correct a spelling issue.
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/BedrockAgentRuntimeClient.h
+19-16Lines changed: 19 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -78,26 +78,29 @@ namespace BedrockAgentRuntime
78
78
virtual~BedrockAgentRuntimeClient();
79
79
80
80
/**
81
-
* <p>Sends a prompt for the agent to process and respond to. Use return control
82
-
* event type for function calling.</p> <p>The CLI doesn't support
83
-
* <code>InvokeAgent</code>.</p> <ul> <li> <p>To continue the same
84
-
* conversation with an agent, use the same <code>sessionId</code> value in the
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/ApiInvocationInput.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ namespace Model
30
30
* <p>Contains information about the API operation that the agent predicts should
31
31
* be called.</p> <p>This data type is used in the following API operations:</p>
32
32
* <ul> <li> <p>In the <code>returnControl</code> field of the <a
0 commit comments