AWS bedrock-agentcore documentation change
Summary
Minor typographical changes (straight quotes to curly quotes) and spacing adjustments in the InvokeAgentRuntime documentation
Security assessment
The changes are purely cosmetic typographical fixes (apostrophe/quotation mark formatting) and minor spacing adjustments. No security-related content was added, removed, or modified. The mention of OAuth integration and IAM permissions remains unchanged in substance.
Diff
diff --git a/bedrock-agentcore/latest/devguide/runtime-invoke-agent.md b/bedrock-agentcore/latest/devguide/runtime-invoke-agent.md index 57f77194d..7b97a591c 100644 --- a//bedrock-agentcore/latest/devguide/runtime-invoke-agent.md +++ b//bedrock-agentcore/latest/devguide/runtime-invoke-agent.md @@ -9 +9 @@ Invoke streaming agentsInvoke multi-modal agentsSession managementError handling -The [InvokeAgentRuntime](https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_InvokeAgentRuntime.html) operation lets you send requests to specific AgentCore Runtime endpoints identified by their Amazon Resource Name (ARN) and receive streaming responses containing the agent's output. The API supports session management through session identifiers, enabling you to maintain conversation context across multiple interactions. You can target specific agent endpoints using optional qualifiers. +The [InvokeAgentRuntime](https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_InvokeAgentRuntime.html) operation lets you send requests to specific AgentCore Runtime endpoints identified by their Amazon Resource Name (ARN) and receive streaming responses containing the agent’s output. The API supports session management through session identifiers, enabling you to maintain conversation context across multiple interactions. You can target specific agent endpoints using optional qualifiers. @@ -17 +17 @@ To execute shell commands (such as running tests, git operations, or environment -If you plan on integrating your agent with OAuth, you can't use the AWS SDK to call `InvokeAgentRuntime`. Instead, make a HTTPS request to InvokeAgentRuntime. For more information, see [Authenticate and authorize with Inbound Auth and Outbound Auth](./runtime-oauth.html). +If you plan on integrating your agent with OAuth, you can’t use the AWS SDK to call `InvokeAgentRuntime` . Instead, make a HTTPS request to InvokeAgentRuntime. For more information, see [Authenticate and authorize with Inbound Auth and Outbound Auth](./runtime-oauth.html). @@ -125 +123 @@ Occurs when the specified agent runtime cannot be found. Verify that the agent A -Occurs when you don't have the necessary permissions. Ensure that your IAM policy includes the `bedrock-agentcore:InvokeAgentRuntime` permission. +Occurs when you don’t have the necessary permissions. Ensure that your IAM policy includes the `bedrock-agentcore:InvokeAgentRuntime` permission. @@ -150 +148 @@ Follow these best practices when using the `InvokeAgentRuntime` operation: - * Use `InvokeAgentRuntimeCommand` for deterministic operations (tests, git, builds) instead of routing them through the agent's LLM. See [Execute shell commands in AgentCore Runtime sessions](./runtime-execute-command.html). + * Use `InvokeAgentRuntimeCommand` for deterministic operations (tests, git, builds) instead of routing them through the agent’s LLM. See [Execute shell commands in AgentCore Runtime sessions](./runtime-execute-command.html).