pub fn show_memory(
query: &MemoryQuery,
) -> Result<Vec<MemoryDocument>, MemoryError>Expand description
Read the memory documents the query selects.
Read-only: nothing here creates, writes, or removes a path.
pub fn show_memory(
query: &MemoryQuery,
) -> Result<Vec<MemoryDocument>, MemoryError>Read the memory documents the query selects.
Read-only: nothing here creates, writes, or removes a path.