fixed memmory
This commit is contained in:
@@ -218,6 +218,8 @@ class MemoryService:
|
||||
"category": f.category,
|
||||
"content": f.content,
|
||||
"importance": f.importance,
|
||||
"source": f.source,
|
||||
"updated_at": f.updated_at.isoformat() if f.updated_at else None,
|
||||
}
|
||||
for f in facts
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user