diff --git a/mem0/memory/main.py b/mem0/memory/main.py index c4001ccf..53eae320 100644 --- a/mem0/memory/main.py +++ b/mem0/memory/main.py @@ -79,7 +79,7 @@ class Memory(MemoryBase): prompt (str, optional): Prompt to use for memory deduction. Defaults to None. Returns: - str: ID of the created memory. + dict: Memory addition operation message. """ if metadata is None: metadata = {}