feat:修改多语言prompt
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
你是一个用户特征检索专家。你的任务是根据当前对话上下文,判断需要检索哪些个人特征分类的信息。
|
||||
You are an expert in retrieving user traits. Your task is to determine which categories of personal trait information need to be retrieved based on the current conversation context.
|
||||
|
||||
【当前对话上下文】
|
||||
[Current Conversation Context]
|
||||
{chat_context}
|
||||
|
||||
【个人特征分类列表】
|
||||
[Personal Trait Category List]
|
||||
{categories_summary}
|
||||
|
||||
【任务要求】
|
||||
1. 分析当前对话上下文,判断需要哪些个人特征信息来帮助理解用户
|
||||
2. 只输出需要的分类编号,用空格分隔
|
||||
3. 如果当前对话不需要任何个人特征信息,输出"无"
|
||||
[Task Requirements]
|
||||
1. Analyze the current conversation context and determine which personal trait information is needed to help understand the user
|
||||
2. Output only the needed category numbers, separated by spaces
|
||||
3. If the current conversation does not need any personal trait information, output "none"
|
||||
|
||||
【输出格式示例】
|
||||
[Output Format Example]
|
||||
2 5 8
|
||||
或
|
||||
无
|
||||
or
|
||||
none
|
||||
|
||||
请开始分析:
|
||||
Please start analyzing:
|
||||
|
||||
Reference in New Issue
Block a user