From dcc419f8e6e69d0c8124a1096dce218f26b2748c Mon Sep 17 00:00:00 2001 From: mimikonekoneko-cmyk Date: Sun, 19 Apr 2026 06:08:34 +0900 Subject: [PATCH] Update memory.py --- bot/memory.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bot/memory.py b/bot/memory.py index 06223f0..0f614c1 100644 --- a/bot/memory.py +++ b/bot/memory.py @@ -70,8 +70,7 @@ def get_context(user: User) -> Dict[str, Any]: return { "long_term_memories": formatted_memories, "time_context": formatted_time_context, - "chat_history": chat_history - } + "chat_history": chat_history, "long_term_memories": formatted_memories, "time_context": formatted_time_context, "chat_history": chat_history