fix(docs): memory addition return type (#1771)

This commit is contained in:
Mathew Shen
2024-08-29 18:04:14 +08:00
committed by GitHub
parent 4bbbc904b6
commit df5b7109f5

View File

@@ -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 = {}