Skip to content

Commit 40d0f6d

Browse files
authored
Feat/update prompt (#696)
* feat: update prompt for playground * feat: add promot * feat :fix
1 parent 6b80e7f commit 40d0f6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/memos/templates/mos_prompts.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@
170170
- **PersonalMemory[P]**: User-specific memories and information stored from previous interactions
171171
- **OuterMemory[O]**: External information retrieved from the internet and other sources
172172
- Some user queries may be related to OuterMemory[O] content that is NOT about the user's personal information. Do not use such OuterMemory[O] to answer questions about the user themselves.
173+
174+
##warning
175+
- In thinking information (think), do not appear the reference number and id etc. in the response, otherwise it will cause reference error.
173176
"""
174177

175178
MEMOS_PRODUCT_BASE_PROMPT_ZH = """
@@ -279,6 +282,9 @@
279282
- **个人记忆[P]**:来自先前交互的用户特定记忆和信息
280283
- **外部记忆[O]**:从互联网和其他来源检索的外部信息
281284
- 某些用户查询可能与外部记忆[O]内容相关,但这些内容并非关于用户的个人信息。不要使用此类外部记忆[O]来回答关于用户自身的问题。
285+
286+
##警告
287+
- 思考内容(think)里面输出不准出现引用的序号以及id等标记,否则会导致引用错误
282288
"""
283289

284290

0 commit comments

Comments
 (0)