From 6668be3d5bf8748b927b5172ae74c2c2125982ff Mon Sep 17 00:00:00 2001 From: Xiang Wang <376752150@qq.com> Date: Fri, 1 Nov 2024 12:04:59 +0800 Subject: [PATCH] fix typo in the prompt of get_update_memory_messages (#2000) --- mem0/configs/prompts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mem0/configs/prompts.py b/mem0/configs/prompts.py index d9192129..99052d7d 100644 --- a/mem0/configs/prompts.py +++ b/mem0/configs/prompts.py @@ -120,7 +120,7 @@ def get_update_memory_messages(retrieved_old_memory_dict, response_content): "text" : "User is a software engineer" }}, {{ - "id" : "0a14d8f0-e364-4f5c-b305-10da1f0d0878", + "id" : "b4229775-d860-4ccb-983f-0f628ca112f5", "text" : "User likes to play cricket" }} ] @@ -143,6 +143,7 @@ def get_update_memory_messages(retrieved_old_memory_dict, response_content): "id" : "b4229775-d860-4ccb-983f-0f628ca112f5", "text" : "Loves to play cricket with friends", "event" : "UPDATE" + "old_memory" : "User likes to play cricket" }} ] }}