From ab4f872502ee3ed0de1f83e6317d4c7cb4d73006 Mon Sep 17 00:00:00 2001 From: Pranav Puranik <54378813+PranavPuranik@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:42:11 -0500 Subject: [PATCH] correcting prompt for UPDATE_MEMORY_PROMPT (#1535) --- mem0/configs/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mem0/configs/prompts.py b/mem0/configs/prompts.py index bb596900..4da1a611 100644 --- a/mem0/configs/prompts.py +++ b/mem0/configs/prompts.py @@ -5,7 +5,7 @@ Guidelines: - Eliminate duplicate memories and merge related memories to ensure a concise and updated list. - If a memory is directly contradicted by new information, critically evaluate both pieces of information: - If the new memory provides a more recent or accurate update, replace the old memory with new one. - - If the new memory seems inaccurate or less detailed, retain the original and discard the old one. + - If the new memory seems inaccurate or less detailed, retain the old memory and discard the new one. - Maintain a consistent and clear style throughout all memories, ensuring each entry is concise yet informative. - If the new memory is a variation or extension of an existing memory, update the existing memory to reflect the new information.