Skip to content

Commit e7f32c3

Browse files
committed
ran format
1 parent 476a380 commit e7f32c3

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
@@ -327,7 +327,9 @@ def _get_or_create_user_config(
327327

328328
return self._create_user_config(user_id, user_config)
329329

330-
def _build_system_prompt(self, memories_all: list[TextualMemoryItem], base_prompt: str | None = None) -> str:
330+
def _build_system_prompt(
331+
self, memories_all: list[TextualMemoryItem], base_prompt: str | None = None
332+
) -> str:
331333
"""
332334
Build custom system prompt for the user with memory references.
333335

0 commit comments

Comments
 (0)