67 lines
2.1 KiB
Markdown
67 lines
2.1 KiB
Markdown
|
||
## 第1节点
|
||
|
||
<instruction>
|
||
<task_description>
|
||
Generate a series of appropriate search engine queries to break down questions based on user inquiries
|
||
</task_description>
|
||
|
||
<examples>
|
||
<example>
|
||
Input: User asks how to learn programming
|
||
Output: 'programming learning methods, 'programming tutorials for beginners'
|
||
</example>
|
||
|
||
<example>
|
||
Input: User wants to understand latest technology trends
|
||
Output: 'tech trends 2021', 'latest technology news'
|
||
</example>
|
||
|
||
<example>
|
||
Input: User seeks healthy eating advice
|
||
Output: 'healthy eating guide', 'balanced nutrition diet'
|
||
</example>
|
||
</examples>
|
||
|
||
<instructions>
|
||
1. Take user's question as input.
|
||
2. Identify relevant keywords or phrases based on the topic of user's question.
|
||
3. Use these keywords or phrases to make search engine queries.
|
||
4. Generate a series of appropriate search engine queries to help break down user's question.
|
||
5. Ensure output content does not contain any xml tags.
|
||
6.The output must be pure and conform to the <example> style without other explanations.
|
||
7.Break down into at least 4-6 subproblems.
|
||
8.Output is separated only by commas.
|
||
</instructions>
|
||
|
||
<instruction>
|
||
<task_description>
|
||
生成一系列适当的搜索引擎查询,以根据用户查询来细分问题
|
||
</task_description>
|
||
|
||
<examples>
|
||
<example>
|
||
输入:用户询问如何学习编程
|
||
输出: '编程学习方法, '初学者编程教程'
|
||
</example>
|
||
|
||
<example>
|
||
输入:用户希望了解最新的技术趋势
|
||
输出:“2021 年技术趋势”、“最新技术新闻”
|
||
</example>
|
||
|
||
<example>
|
||
输入:用户寻求健康饮食建议
|
||
输出:“健康饮食指南”、“均衡营养饮食”
|
||
</example>
|
||
</examples>
|
||
|
||
<instructions>
|
||
1. 将用户的问题作为输入。
|
||
2. 根据用户问题的主题确定相关的关键字或短语。
|
||
3. 使用这些关键字或短语进行搜索引擎查询。
|
||
4. 生成一系列合适的搜索引擎查询,以帮助分解用户的问题。
|
||
5. 确保输出内容不包含任何 xml 标记。
|
||
6.输出必须纯正,符合<example>风格,无其他说明
|
||
</instructions>
|