Added memory log
This commit is contained in:
parent
f694101747
commit
366a64283e
@ -318,8 +318,8 @@ class Mem0Manager:
|
|||||||
agent_id=agent_id,
|
agent_id=agent_id,
|
||||||
metadata=metadata or {}
|
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
|
return result
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user