update changelog

This commit is contained in:
Dev-Khant
2025-04-28 20:03:20 +05:30
parent c0c41789ab
commit aa23a7b1e6
3 changed files with 6 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ class Mem0MemoryService(FrameProcessor):
"user_id": self.user_id,
"agent_id": self.agent_id,
"run_id": self.run_id,
"limit": self.search_limit
"limit": self.search_limit,
}
params = {k: v for k, v in params.items() if v is not None}
results = self.memory_client.search(**params)