refactor(memory): explicitly disable infer in memory.add
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 10m1s
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 10m1s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user