|
@@ -184,18 +184,19 @@ export default {
|
|
|
let message = ''
|
|
|
if (_this.radio == 0) {
|
|
|
message = `NOTICE
|
|
|
-Role: 使用file_search的方式完整的去分析文件内容(注:如果文件内容里面不包含需要检索的内容,就不引用文件内容),并请完全按照要求输出。.
|
|
|
+Role: 提供的参考资料中读取10个最重要的知识点(知识点水平限制在小学和初中,作为ppt内容。
|
|
|
Output: Provide your output in json format.
|
|
|
-User: Please generate a recipe for chocolate chip cookies in JSON format.
|
|
|
-Language: Please use the same language as the user requirement, if the user speaks Chinese, the specific text of your answer should also be in Chinese.
|
|
|
ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
|
|
|
Instruction: Based on the context, follow "Format example", write content.
|
|
|
|
|
|
# Context
|
|
|
-${this.detail}
|
|
|
+## 任务
|
|
|
+请根据用户给你的参考资料,生成关于${this.courseName},为教师生成这节课的教学ppt,页数在20页左右。PPT的内容主要是讲解该课程中所有可能涉及到的知识点。
|
|
|
|
|
|
-## 要求
|
|
|
-根据Format example的要求返回要以数组的格式
|
|
|
+## 工作流
|
|
|
+1. 提供的参考资料中读取10个最重要的知识点(知识点水平限制在小学和初中,作为ppt内容。
|
|
|
+2. 针对10个知识点中的每个,你使用1~3页ppt详细的对知识点进行讲解。你的讲解词应该在100token左右
|
|
|
+3. 讲解完所有知识点后,再根据知识点出5道单选题(放在5页ppt中)。
|
|
|
|
|
|
# Format example
|
|
|
[{"page": "页码(数字)","title": "标题","task": "对应教学任务:依据用户输入的参考资料而定,如果用户未提供则不输出","points": "知识点讲解:针对知识点的详细讲解,你的语气应该让小学或初中的学生清晰易懂的讲解。你的讲解词在100 token左右。请尽可能的详细,这对我很重要。"}]`
|