AWS bedrock-agentcore documentation change
Summary
Changed markdown headings to bold text, fixed apostrophes and backtick formatting, and added a topics section with a link.
Security assessment
The changes are formatting and structural (adding a topics section). There is no indication of security-related content being added or modified. The changes are routine documentation updates without security implications.
Diff
diff --git a/bedrock-agentcore/latest/devguide/semantic-memory-strategy.md b/bedrock-agentcore/latest/devguide/semantic-memory-strategy.md index 95ab35e5e..2f4fd5ec4 100644 --- a//bedrock-agentcore/latest/devguide/semantic-memory-strategy.md +++ b//bedrock-agentcore/latest/devguide/semantic-memory-strategy.md @@ -9 +9 @@ The semantic memory strategy is designed to identify and extract key pieces of f -###### Steps in the strategy +**Steps in the strategy** @@ -24 +24 @@ The semantic strategy processes only `USER` and `ASSISTANT` role messages during -###### Strategy output +**Strategy output** @@ -28 +28 @@ The semantic memory strategy returns facts as JSON objects, each representing a -###### Example of facts captured by this strategy +**Example of facts captured by this strategy** @@ -30 +30 @@ The semantic memory strategy returns facts as JSON objects, each representing a - * An order number (`#XYZ-123`) is associated with a specific support case. + * An order number ( #XYZ-123 ) is associated with a specific support case. @@ -32 +32 @@ The semantic memory strategy returns facts as JSON objects, each representing a - * A project's deadline of October 25th. + * A project’s deadline of October 25th. @@ -41 +41 @@ By referencing this stored knowledge, your agent can provide more accurate, cont -###### Default namespace +**Default namespace** @@ -44,0 +45,7 @@ By referencing this stored knowledge, your agent can provide more accurate, cont +###### Topics + + * [System prompt for semantic memory strategy](./memory-system-prompt.html) + + + +