Skip to content

Commit

Permalink
fix typo (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb authored Aug 1, 2024
1 parent b386e24 commit 12a4934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mem0/memory/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def update(self, memory_id, data):
Returns:
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)
return {'message': 'Memory updated successfully!'}

Expand Down

0 comments on commit 12a4934

Please sign in to comment.