AWS bedrock-agentcore documentation change
Summary
Multiple typographical fixes (apostrophes, quotation marks) and formatting changes from markdown headings to bold text for configuration examples
Security assessment
Changes include typographical fixes (straight to curly apostrophes), removal of code formatting around order number, and formatting changes from markdown headings to bold text. These are documentation formatting improvements with no security content changes or implications.
Diff
diff --git a/bedrock-agentcore/latest/devguide/long-term-configuring-built-in-strategies.md b/bedrock-agentcore/latest/devguide/long-term-configuring-built-in-strategies.md index 50e9f4549..24b529bf7 100644 --- a//bedrock-agentcore/latest/devguide/long-term-configuring-built-in-strategies.md +++ b//bedrock-agentcore/latest/devguide/long-term-configuring-built-in-strategies.md @@ -28 +28 @@ The [user preferences](./user-preference-memory-strategy.html) (`UserPreferenceM - * **Example use case:** An e-commerce agent remembers a user's favorite brands and preferred size, letting it offer tailored product recommendations in future sessions. + * **Example use case:** An e-commerce agent remembers a user’s favorite brands and preferred size, letting it offer tailored product recommendations in future sessions. @@ -33 +33 @@ The [user preferences](./user-preference-memory-strategy.html) (`UserPreferenceM -###### Configuration example: +**Configuration example:** @@ -58 +58 @@ The [Semantic](./semantic-memory-strategy.html) (`SemanticMemoryStrategy`) memor - * **Example use case:** A customer support agent remembers that order `#ABC-123` is related to a specific support ticket, so the user doesn't have to provide the order number again when following up. + * **Example use case:** A customer support agent remembers that order #ABC-123 is related to a specific support ticket, so the user doesn’t have to provide the order number again when following up. @@ -63 +63 @@ The [Semantic](./semantic-memory-strategy.html) (`SemanticMemoryStrategy`) memor -###### Configuration example: +**Configuration example:** @@ -93 +93 @@ The [session summaries](./summary-strategy.html) (`SummaryMemoryStrategy`) memor -###### Configuration example: +**Configuration example:** @@ -124 +123 @@ The [episodic](./episodic-memory-strategy.html) (`EpisodicStrategy`) memory stra -###### Configuration example: +**Configuration example:**