pub async fn set_memory_entry_archived(
workspace_dir: &Path,
entry_id: &str,
archived: bool,
) -> MemoryConsoleResult<MemoryConsoleEntryDetail>Expand description
Archive or unarchive a durable memory entry.
pub async fn set_memory_entry_archived(
workspace_dir: &Path,
entry_id: &str,
archived: bool,
) -> MemoryConsoleResult<MemoryConsoleEntryDetail>Archive or unarchive a durable memory entry.