AWS bedrock-agentcore documentation change
Summary
Updated typography (straight quotes to curly quotes) and corrected a table header by removing 'A2A Error Codes' prefix.
Security assessment
Changes are purely typographical and formatting corrections. No mention of vulnerabilities, security patches, or security features. The table header fix is for clarity and does not alter security-related content.
Diff
diff --git a/bedrock-agentcore/latest/devguide/runtime-a2a-protocol-contract.md b/bedrock-agentcore/latest/devguide/runtime-a2a-protocol-contract.md index 6660ca002..3ebe6ac1f 100644 --- a//bedrock-agentcore/latest/devguide/runtime-a2a-protocol-contract.md +++ b//bedrock-agentcore/latest/devguide/runtime-a2a-protocol-contract.md @@ -62 +62 @@ Your A2A server must be deployed as a containerized application meeting these sp -Receives JSON-RPC 2.0 messages and processes them through your agent's capabilities, complete pass-through of [InvokeAgentRuntime](https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_InvokeAgentRuntime.html) API payload with A2A protocol messages +Receives JSON-RPC 2.0 messages and processes them through your agent’s capabilities, complete pass-through of [InvokeAgentRuntime](https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_InvokeAgentRuntime.html) API payload with A2A protocol messages @@ -151 +151 @@ The Agent Card endpoint serves several key purposes: -Returns JSON metadata describing the agent's identity and capabilities: +Returns JSON metadata describing the agent’s identity and capabilities: @@ -185 +185 @@ Verifies that your A2A server is operational and ready to handle requests -Returns a status code indicating your agent's health: +Returns a status code indicating your agent’s health: @@ -220 +220 @@ A2A servers return errors as standard JSON-RPC 2.0 error responses with HTTP 200 -A2A Error Codes JSON-RPC Error Code | Runtime Exception | HTTP Error Code | JSON-RPC Error Message +JSON-RPC Error Code | Runtime Exception | HTTP Error Code | JSON-RPC Error Message