View a markdown version of this page

AgenticRetrieveMemoryConfiguration - Amazon Bedrock

AgenticRetrieveMemoryConfiguration

Specifies an AgentCore Memory resource and how this retrieval uses it. Set sessionBinding to restore and continue a session. Set retrievalConfigs to let the agent retrieve from long-term memory. You must specify at least one of the two.

Contents

memoryId

The identifier of the AgentCore Memory resource to use. The resource must exist in your account and be in the ACTIVE state.

Type: String

Length Constraints: Minimum length of 12. Maximum length of 111.

Pattern: [a-zA-Z][a-zA-Z0-9\-_]{0,99}-[a-zA-Z0-9]{10}

Required: Yes

persistenceMode

Specifies whether the agent-generated answer is written back to the given short-term memory session, and applies only when sessionBinding is set. Valid values:

  • DEFAULT (default) – Specifies that the question and the agent-generated answer are persisted to the session as a single event. This value requires generateResponse to be true.

  • NONE – Specifies that the session is left unchanged.

Type: String

Valid Values: DEFAULT | NONE

Required: No

retrievalConfigs

Specifies the long-term memory configuration the agent can retrieve from. The agent decides whether to retrieve and composes its own query. This field currently accepts at most one entry.

Type: Array of AgenticRetrieveMemoryRetrievalConfig objects

Required: No

sessionBinding

The short-term memory session whose history is restored for this retrieval. To persist the agent-generated answer to the session, omit persistenceMode or set it to DEFAULT. To leave the session unchanged, set persistenceMode to NONE. Supply session history through the existing messages parameter or through short-term memory, but not both.

Type: AgenticRetrieveMemorySessionBinding object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: