refactor(memory): explicitly disable infer in memory.add
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 10m1s

This commit is contained in:
gameloader
2025-10-12 19:57:00 +08:00
parent 9be1f8429a
commit 2b2a40919b

View File

@ -58,7 +58,8 @@ In your response, consider the memories above to provide a personalized answer."
result = self.memory.add(
messages=messages,
user_id=user_id,
metadata=metadata or {}
metadata=metadata or {},
infer= False
)
# Debug: Print the result