From 2269194662dd2a3fb1d618b22b49cb1a1e42f7c6 Mon Sep 17 00:00:00 2001 From: Mathew Shen Date: Fri, 2 Aug 2024 03:00:22 +0800 Subject: [PATCH] docs(memory): add field doc (#1501) --- mem0/memory/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mem0/memory/main.py b/mem0/memory/main.py index a8805462..d10b75be 100644 --- a/mem0/memory/main.py +++ b/mem0/memory/main.py @@ -100,6 +100,7 @@ class Memory(MemoryBase): run_id (str, optional): ID of the run creating the memory. Defaults to None. metadata (dict, optional): Metadata to store with the memory. Defaults to None. filters (dict, optional): Filters to apply to the search. Defaults to None. + prompt (str, optional): Prompt to use for memory deduction. Defaults to None. Returns: str: ID of the created memory.