AgenticRetrieveMemoryRetrieveDetails¶
Structure Class¶
AgenticRetrieveMemoryRetrieveDetails
dataclass
¶
A long-term memory retrieval that the agent chose to perform. The record reports the query and the namespace. The corresponding Retrieval step reports the results.
Attributes¶
input_query
class-attribute
instance-attribute
¶
input_query: AgenticRetrieveMessageContent = field(repr=False)
The query that the agent composed.
memory_id
instance-attribute
¶
memory_id: str
The identifier of the AgentCore Memory resource retrieved from.
namespace
class-attribute
instance-attribute
¶
namespace: str | None = None
The namespace prefix retrieved from, as supplied in the request. This field is present when the request specified namespace.