Skip to content

Commit 71ae96b

Browse files
committed
Merge branch 'dev' into feat/mos-product-api-0726
2 parents 621ebb0 + bd450bd commit 71ae96b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/memos/mem_os/product.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,9 @@ def _get_or_create_user_config(
347347

348348
return self._create_user_config(user_id, user_config)
349349

350-
def _build_system_prompt(self, user_id: str, memories_all: list[TextualMemoryItem]) -> str:
350+
def _build_system_prompt(
351+
self, memories_all: list[TextualMemoryItem], base_prompt: str | None = None
352+
) -> str:
351353
"""
352354
Build custom system prompt for the user with memory references.
353355

0 commit comments

Comments
 (0)