|
@@ -12410,16 +12410,16 @@ export default {
|
|
|
this.isOutline = true
|
|
|
})
|
|
|
} else if (this.aitype == "aiTask") {
|
|
|
- let message = `ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
|
|
|
-
|
|
|
---------
|
|
|
+ let message = `NOTICE
|
|
|
+Role: 作为学生的学习指导Agent,你熟悉熟悉PBL(基于问题的学习)和5EX教学模型,能够根据学生的学情数据(当前的学习任务设计、学习表现数据、作业数据等)生成自适应的学习任务和对应的5道考核题目。
|
|
|
+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
|
|
|
## 要求
|
|
|
${msg} 以及#补充参考资料 输出格式和内容要求参考##格式与要求
|
|
|
|
|
|
-
|
|
|
---------
|
|
|
-
|
|
|
## 格式与要求
|
|
|
任务名:
|
|
|
任务描述:该描述是教师给与学生的指示(用于指导学生如何进行每个教学活动),对应到学生活动,你应该用友好,但是又清晰明确的口吻来撰写。
|
|
@@ -12428,14 +12428,10 @@ ${msg} 以及#补充参考资料 输出格式和内容要求参考##格式与要
|
|
|
工具名:**从工具列表**中选择0~2个工具用于学生阶段性成果提交:工具列表:[电子白板,文档,思维导图,表格,作业提交]
|
|
|
工具指引:以友好,明确的口吻告诉学生该如何使用该工具
|
|
|
|
|
|
---------
|
|
|
-
|
|
|
## 补充参考资料
|
|
|
补充资料:${url.join(",")}
|
|
|
补充描述:${this.courseText2}
|
|
|
|
|
|
---------
|
|
|
-
|
|
|
## 示例
|
|
|
[
|
|
|
{
|
|
@@ -12481,9 +12477,7 @@ ${msg} 以及#补充参考资料 输出格式和内容要求参考##格式与要
|
|
|
}
|
|
|
]
|
|
|
|
|
|
---------
|
|
|
-
|
|
|
-## Format example
|
|
|
+# Format example
|
|
|
[
|
|
|
{
|
|
|
"detail": "该描述是教师给与学生的指示(用于指导学生如何进行每个教学活动),对应到学生活动,你应该用友好,但是又清晰明确的口吻来撰写。",
|