We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 621ebb0 + bd450bd commit 71ae96bCopy full SHA for 71ae96b
src/memos/mem_os/product.py
@@ -347,7 +347,9 @@ def _get_or_create_user_config(
347
348
return self._create_user_config(user_id, user_config)
349
350
- def _build_system_prompt(self, user_id: str, memories_all: list[TextualMemoryItem]) -> str:
+ def _build_system_prompt(
351
+ self, memories_all: list[TextualMemoryItem], base_prompt: str | None = None
352
+ ) -> str:
353
"""
354
Build custom system prompt for the user with memory references.
355
0 commit comments