AWS bedrock-agentcore documentation change
Summary
Minor typographical changes (straight apostrophe to curly apostrophe) and formatting adjustments to example headings (changing from markdown heading level 6 to bold text).
Security assessment
The changes are purely cosmetic and typographical in nature. There is no modification to security-related content, no mention of vulnerabilities, security features, or security best practices. The changes do not affect the technical substance of the documentation.
Diff
diff --git a/bedrock-agentcore/latest/devguide/long-term-saving-and-retrieving-insights.md b/bedrock-agentcore/latest/devguide/long-term-saving-and-retrieving-insights.md index 52fb43432..a1e7074e1 100644 --- a//bedrock-agentcore/latest/devguide/long-term-saving-and-retrieving-insights.md +++ b//bedrock-agentcore/latest/devguide/long-term-saving-and-retrieving-insights.md @@ -17 +17 @@ The entire long-term memory process is triggered when you save conversational da -Only events that are created **after** a memory strategy's status becomes `ACTIVE` will be processed for long-term memory extraction. Any conversations stored before the strategy was added and activated will not be included. +Only events that are created **after** a memory strategy’s status becomes `ACTIVE` will be processed for long-term memory extraction. Any conversations stored before the strategy was added and activated will not be included. @@ -21 +21 @@ The following example shows how to save a multi-turn conversation to a memory re -###### Example Save a conversation as a series of events +**Example Save a conversation as a series of events** @@ -69 +68 @@ The following example demonstrates how to wait for processing and then retrieve -###### Example Wait and retrieve a session summary +**Example Wait and retrieve a session summary**