Added memory log
This commit is contained in:
parent
f694101747
commit
366a64283e
@ -319,7 +319,7 @@ class Mem0Manager:
|
||||
metadata=metadata or {}
|
||||
)
|
||||
|
||||
logger.info(f"Added memory for user={user_id}, agent={agent_id}: {text[:50]}...")
|
||||
logger.info(f"Added memory for user={user_id}, agent={agent_id}: {result}")
|
||||
return result
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user