fix: change update_memory to correct naming convention

fix: update update_memory to POST
This commit is contained in:
Peter De-Ath
2024-06-14 21:23:34 +01:00
parent 493e3068d8
commit bec00e7e64
3 changed files with 5 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ class MemoriesTable:
else:
return None
def update_memory(
def update_memory_by_id(
self,
id: str,
content: str,