pub async fn build_memory_recall(
backend: &dyn MemoryBackend,
subject: &str,
) -> StringExpand description
Build a project-memory recall block for injection into the system prompt. Returns an empty string when no memories exist.
pub async fn build_memory_recall(
backend: &dyn MemoryBackend,
subject: &str,
) -> StringBuild a project-memory recall block for injection into the system prompt. Returns an empty string when no memories exist.