From df5b7109f57b95ac014ab935d31599015b574fc3 Mon Sep 17 00:00:00 2001 From: Mathew Shen Date: Thu, 29 Aug 2024 18:04:14 +0800 Subject: [PATCH] fix(docs): memory addition return type (#1771) --- mem0/memory/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}