AWS bedrock-agentcore documentation change
Summary
Minor grammatical correction and removal of redundant sentence about CreateEvent operation
Security assessment
Changes involve grammatical improvements and removing a redundant description, with no security-related content or context modified
Diff
diff --git a/bedrock-agentcore/latest/devguide/short-term-memory-operations.md b/bedrock-agentcore/latest/devguide/short-term-memory-operations.md index ecf34f7f9..21f1c723c 100644 --- a//bedrock-agentcore/latest/devguide/short-term-memory-operations.md +++ b//bedrock-agentcore/latest/devguide/short-term-memory-operations.md @@ -37 +37 @@ Events are the fundamental units of short-term and long-term memory in AgentCore -`CreateEvent` operation stores a new immutable event within a specified memory session. Events represent individual pieces of information that your agent wants to remember, such as conversation messages, user actions, or system events. +The `CreateEvent` operation stores a new immutable event within a specified memory session. Events represent individual pieces of information that your agent wants to remember, such as conversation messages, user actions, or system events. @@ -56,2 +55,0 @@ If you define a memory strategy, calling `CreateEvent` synchronously starts the -The `CreateEvent` operation stores a new immutable event within a specified memory session. Events represent individual pieces of information that your agent wants to remember, such as conversation messages, user actions, or system events. This operation is particularly useful for: -