fix typo (#1524)
This commit is contained in:
@@ -327,7 +327,7 @@ class Memory(MemoryBase):
|
|||||||
Returns:
|
Returns:
|
||||||
dict: Updated memory.
|
dict: Updated memory.
|
||||||
"""
|
"""
|
||||||
capture_event("mem0.get_all", self, {"memory_id": memory_id})
|
capture_event("mem0.update", self, {"memory_id": memory_id})
|
||||||
self._update_memory_tool(memory_id, data)
|
self._update_memory_tool(memory_id, data)
|
||||||
return {'message': 'Memory updated successfully!'}
|
return {'message': 'Memory updated successfully!'}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user