AWS bedrock-agentcore documentation change
Summary
Minor typographical changes (straight apostrophes to curly apostrophes) and removed backticks from a link reference
Security assessment
Changes are purely typographical/formatting with no security implications. No security vulnerabilities, features, or configurations were addressed.
Diff
diff --git a/bedrock-agentcore/latest/devguide/runtime-webrtc-get-started-kvs.md b/bedrock-agentcore/latest/devguide/runtime-webrtc-get-started-kvs.md index 0d5a88618..3fcd70018 100644 --- a//bedrock-agentcore/latest/devguide/runtime-webrtc-get-started-kvs.md +++ b//bedrock-agentcore/latest/devguide/runtime-webrtc-get-started-kvs.md @@ -24 +24 @@ Browser client -A web page that captures microphone audio using the browser WebRTC API and plays the agent's audio response. +A web page that captures microphone audio using the browser WebRTC API and plays the agent’s audio response. @@ -29 +29 @@ AgentCore Runtime -Hosts the agent and attaches to the user's VPC via an elastic network interface (ENI) in a private subnet. +Hosts the agent and attaches to the user’s VPC via an elastic network interface (ENI) in a private subnet. @@ -44 +44 @@ KVS TURN relay server -Relays media traffic between the browser client and the agent. The agent obtains temporary TURN credentials from KVS using the [`GetIceServerConfig`](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_signaling_GetIceServerConfig.html) API. +Relays media traffic between the browser client and the agent. The agent obtains temporary TURN credentials from KVS using the [GetIceServerConfig](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_signaling_GetIceServerConfig.html) API. @@ -54 +54 @@ Relays media traffic between the browser client and the agent. The agent obtains - 4. Once connected, the client streams microphone audio to the agent over WebRTC. The agent forwards the audio to an Amazon Bedrock foundation model and streams the model's spoken response back to the client. + 4. Once connected, the client streams microphone audio to the agent over WebRTC. The agent forwards the audio to an Amazon Bedrock foundation model and streams the model’s spoken response back to the client.