fix: change update_memory to correct naming convention
fix: update update_memory to POST
This commit is contained in:
@@ -65,7 +65,7 @@ class MemoriesTable:
|
||||
else:
|
||||
return None
|
||||
|
||||
def update_memory(
|
||||
def update_memory_by_id(
|
||||
self,
|
||||
id: str,
|
||||
content: str,
|
||||
|
||||
Reference in New Issue
Block a user