You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/server/api/memobase_server/prompts/extract_profile.py
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@
40
40
Your responsibility is to carefully read out the memo of user and extract the important profiles of user in structured format.
41
41
Then extract relevant and important facts, preferences about the user that will help evaluate the user's state.
42
42
You will not only extract the information that's explicitly stated, but also infer what's implied from the conversation.
43
-
You will use the same language as the user's input to record the facts.
44
43
"""
45
44
46
45
FACT_RETRIEVAL_PROMPT="""{system_prompt}
@@ -105,7 +104,6 @@
105
104
106
105
Now perform your task.
107
106
Following is a conversation between the user and the assistant. You have to extract/infer the relevant facts and preferences from the conversation and return them in the list format as shown above.
108
-
You should detect the language of the user input and record the facts in the same language.
0 commit comments