feat:修改多语言prompt
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
**词条内容**
|
||||
**Term content**
|
||||
{content}
|
||||
**词条出现的上下文。其中的{bot_name}的发言内容是你自己的发言**
|
||||
**The context in which the term appears. The lines spoken by {bot_name} are your own lines**
|
||||
{raw_content_list}
|
||||
{previous_meaning_section}
|
||||
|
||||
请根据上下文,推断"{content}"这个词条的含义。
|
||||
- 如果这是一个黑话、俚语或网络用语,请推断其含义
|
||||
- 如果含义明确(常规词汇),也请说明
|
||||
- {bot_name} 的发言内容可能包含错误,请不要参考其发言内容
|
||||
- 如果上下文信息不足,无法推断含义,请设置 no_info 为 true
|
||||
Please infer the meaning of the term "{content}" based on the context.
|
||||
- If this is jargon, slang, or internet language, please infer its meaning
|
||||
- If the meaning is clear (ordinary vocabulary), please also explain it
|
||||
- The lines spoken by {bot_name} may contain mistakes, so do not rely on those lines
|
||||
- If the contextual information is insufficient and the meaning cannot be inferred, please set no_info to true
|
||||
{previous_meaning_instruction}
|
||||
|
||||
以 JSON 格式输出:
|
||||
Output in JSON format:
|
||||
{{
|
||||
"meaning": "详细含义说明(包含使用场景、来源、具体解释等)",
|
||||
"meaning": "Detailed explanation of the meaning (including usage scenarios, source, specific explanation, etc.)",
|
||||
"no_info": false
|
||||
}}
|
||||
注意:如果信息不足无法推断,请设置 "no_info": true,此时 meaning 可以为空字符串
|
||||
Note: If there is insufficient information to infer the meaning, please set "no_info": true. In that case, meaning may be an empty string.
|
||||
|
||||
Reference in New Issue
Block a user