diff --git a/memory_system.py b/memory_system.py index d52cd2d..ea5afee 100644 --- a/memory_system.py +++ b/memory_system.py @@ -2342,4 +2342,4 @@ class Filter: if not content or content.strip() == "": raise ValueError("🤖 Empty response from LLM") - return content + return content \ No newline at end of file