docs: add changelog entries for #4156

This commit is contained in:
Mark Backman
2026-03-26 13:30:00 -04:00
parent 4e4a8c45d5
commit 83911dced6
4 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Fixed `Mem0MemoryService` failing to store messages when the context contained system or developer role messages. The Mem0 API only accepts user and assistant roles, so other roles are now filtered out before storing.