AgenticRetrieveMemoryRetrievalConfig
The long-term memory namespace that the agent might retrieve memory records from, and the filters applied to that retrieval. You must specify either namespace or namespacePath.
Types
Properties
Link copied to clipboard
The metadata filter expressions that restrict retrieval to matching memory records. You can specify a maximum of 5 expressions.
Link copied to clipboard
The parent namespace to use for hierarchical retrievals. The agent retrieves all memory records whose namespace falls under the same parent hierarchy. You must specify either namespace or namespacePath.
Link copied to clipboard
The extraction strategy ID that restricts retrieval to memory records produced by a single strategy. Omit this parameter to retrieve records from every strategy on the memory resource.
Functions
Link copied to clipboard
inline fun copy(block: AgenticRetrieveMemoryRetrievalConfig.Builder.() -> Unit = {}): AgenticRetrieveMemoryRetrievalConfig