pub async fn feedback(
memory_dir: &Path,
session_id: &str,
outcome: &str,
) -> Result<(), RecallError>Expand description
Apply an outcome to every entity a session touched.
A hot operation: it goes through the daemon like search and ingest, so it can be run while a session is still using the store.