docs(memory): add field doc (#1501)

This commit is contained in:
Mathew Shen
2024-08-02 03:00:22 +08:00
committed by GitHub
parent 1290c1bb2e
commit 2269194662

View File

@@ -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.