lsc 10 月之前
父節點
當前提交
42dbc5f35e

+ 1 - 1
dist/index.html

@@ -32,7 +32,7 @@
       width: 100%;
       background: #e6eaf0;
       font-family: '黑体';
-    }</style><link href=./static/css/app.a1937d9b44cf342d80e25a1b0d025b3f.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.571c38d63f24b1ae9e16.js></script><script type=text/javascript src=./static/js/vendor.3cd0a0187ca1f70ded67.js></script><script type=text/javascript src=./static/js/app.519ee88f1c440d1c7f67.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.e3a16a20ffe5427295b432eb2974e90d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.571c38d63f24b1ae9e16.js></script><script type=text/javascript src=./static/js/vendor.3cd0a0187ca1f70ded67.js></script><script type=text/javascript src=./static/js/app.c2c1bf5ec55cf6cdaa36.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.e3a16a20ffe5427295b432eb2974e90d.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.e3a16a20ffe5427295b432eb2974e90d.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.c2c1bf5ec55cf6cdaa36.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.c2c1bf5ec55cf6cdaa36.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.571c38d63f24b1ae9e16.js.map


+ 46 - 106
src/components/pages/aiAddCourse/addCourse.vue

@@ -3713,7 +3713,7 @@
         <aiTips ttitle="生成教案" title="生成任务按钮" :detail="aiJson.aiTask" pan="aiTask" @setAiJson="setAiJson"/>
         <aiTips ttitle="任务详情" title="任务描述优化" :detail="aiJson.aiDetail2" pan="aiDetail2" @setAiJson="setAiJson"/>
         <aiTips ttitle="任务详情" title="工具描述优化" :detail="aiJson.aiDetail3" pan="aiDetail3" @setAiJson="setAiJson"/>
-        <aiTips ttitle="任务详情" title="任务评价优化" :detail="aiJson.aiDetail3" pan="aiDetail3" @setAiJson="setAiJson"/>
+        <aiTips ttitle="任务详情" title="任务评价优化" :detail="aiJson.aiDetail4" pan="aiDetail4" @setAiJson="setAiJson"/>
       </div>
     </div>
     <el-dialog title="提示" :visible.sync="dialogVisible" :append-to-body="true" width="25%" :before-close="handleClose"
@@ -12578,7 +12578,8 @@ export default {
 Role: 作为学生的学习指导Agent,你熟悉熟悉PBL(基于问题的学习)和5EX教学模型,能够根据学生的学情数据(当前的学习任务设计、学习表现数据、作业数据等)生成自适应的学习任务和对应的5道考核题目。
 ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
 Instruction: Based on the context, follow "Format example", write content.
-提示:返回的内容必须参照# Format example里面的数组格式,不能有其他的没用的信息,同时返回的格式必须是可以通过javascript的JSON.parse函数由字符串转化成数组。
+提示:返回的内容必须参照Format example里面的Javascript的JSON.parse("输出的字符串")可转化的JSON格式(警告:这里要注意"号的问题会导致JSON.parse函数无法转化报错,"以\"出现。),不能有其他任何的字符串,包括没有用的开头白。
+User: Please generate a recipe for chocolate chip cookies in JSON format.
 
 # Context
 ## 要求 
@@ -12598,17 +12599,13 @@ C-POTE模型是一种针对跨学科主题学习的教学设计模型,它是
 补充资料:${url.join(",")}
 补充描述:${this.courseText2}
 
+
 # Format example
-[
-        {
-          "task": "任务名称1",
-          "detail": "任务设计和评价标准"
-        },
-        {
-          "task": "任务名称2",
-          "detail": "任务设计和评价标准"
-        }
-]`
+[{"task": "任务名称1","detail": "任务设计和评价标准"},{"task": "任务名称2","detail": "任务设计和评价标准"}]
+
+Instruction: Based on the context, follow "Format example", write content.
+提示:返回的内容必须参照Format example里面的Javascript的JSON.parse("输出的字符串")可转化的JSON格式(警告:这里要注意"号的问题会导致JSON.parse函数无法转化报错,"以\"出现。),不能有其他任何的字符串,包括没有用的开头白。
+User: Please generate a recipe for chocolate chip cookies in JSON format.`
 
         this.aiGet2(message, () => {
           this.loading = false
@@ -12621,9 +12618,10 @@ C-POTE模型是一种针对跨学科主题学习的教学设计模型,它是
         }
         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.
+提示:返回的内容必须参照Format example里面的Javascript的JSON.parse("输出的字符串")可转化的JSON格式(警告:这里要注意"号的问题会导致JSON.parse函数无法转化报错,"以\"出现。),不能有其他任何的字符串,包括没有用的开头白。
+User: Please generate a recipe for chocolate chip cookies in JSON format.
 
 # Context
 ## 要求
@@ -12644,68 +12642,13 @@ ${_text}
 补充资料:${url.join(",")}
 补充描述:${this.courseText2}
 
-## 示例
-[
-  {
-    "detail": "面向学生的任务描述",
-    "elist":[
-      {"value":"评价名字1","detail":"评价维度1", "score": 5},
-      {"value":"评价名字2","detail":"评价维度2", "score": 5},
-      {"value":"评价名字3","detail":"评价维度3", "score": 5}
-    ],
-    "toolChoose": [
-      {
-        "tool":"电子白板", 
-        "detail": "工具描述"
-      },
-      {
-        "tool":"思维大图", 
-        "detail": "工具描述"
-      }
-    ]
-  },
-  {
-    "detail": "面向学生的任务描述",
-    "elist":[
-      {"value":"评价名字1","detail":"评价维度1", "score": 5},
-      {"value":"评价名字2","detail":"评价维度2", "score": 5},
-      {"value":"评价名字3","detail":"评价维度3", "score": 5}
-    ],
-    "toolChoose": []
-  },
-  {
-    "detail": "面向学生的任务描述",
-    "elist":[
-      {"value":"评价名字1","detail":"评价维度1", "score": 5},
-      {"value":"评价名字2","detail":"评价维度2", "score": 5},
-      {"value":"评价名字3","detail":"评价维度3", "score": 5}
-    ],
-    "toolChoose": [
-      {
-        "tool":"文档", 
-        "detail": "工具描述"
-      }
-    ]
-  }
-]
-
 # Format example
-[
-  {
-    "detail": "该描述是教师给与学生的指示(用于指导学生如何进行每个教学活动),对应到学生活动,你应该用友好,但是又清晰明确的口吻来撰写。",
-    "elist":[
-      {"value":"评价名字1","detail":"评价维度1","score":5},
-      {"value":"评价名字2","detail":"评价维度2","score":5},
-      {"value":"评价名字3","detail":"评价维度3","score":5}
-    ],//至少3条评价标准,这个评价是教师用来评价学生表现的,需要包含评价维度,以及该维度中教师期待学生的表现,句式为学生应该能....
-    "toolChoose": [
-      {
-        "tool": "工具", //电子白板,文档,思维导图,表格,作业提交中选择其中一个工具
-        "detail": "工具描述"
-      }
-    ] //可0~2个工具
-  }
-]`
+[{"detail":"该描述是教师给与学生的指示(用于指导学生如何进行每个教学活动),对应到学生活动,你应该用友好,但是又清晰明确的口吻来撰写。","elist":[{"value":"评价名字1","detail":"评价维度1","score":5},{"value":"评价名字2","detail":"评价维度2","score":5},{"value":"评价名字3","detail":"评价维度3","score":5}],"toolChoose":[{"tool":"工具","detail":"工具描述"}]}]
+
+
+Instruction: Based on the context, follow "Format example", write content.
+提示:返回的内容必须参照Format example里面的Javascript的JSON.parse("输出的字符串")可转化的JSON格式(警告:这里要注意"号的问题会导致JSON.parse函数无法转化报错,"以\"出现。),不能有其他任何的字符串,包括没有用的开头白。
+User: Please generate a recipe for chocolate chip cookies in JSON format.`
         this.loading = true
         this.aiGet3(message, this.aiCallBack)
       } else if (this.aitype == "aiDetail1") {
@@ -12725,34 +12668,30 @@ ${_text}
         for (var i = 0; i < this.dArray.length; i++) {
           _text += `任务名称:${this.dArray[i].task} 任务描述:${this.dArray[i].detail} \n`
         }
-        let message = `
+        let message = `NOTICE
+Role: 作为学生的学习指导Agent,你熟悉熟悉PBL(基于问题的学习)和5EX教学模型,能够根据学生的学情数据(当前的学习任务设计、学习表现数据、作业数据等)生成自适应的学习任务和对应的5道考核题目。
 ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
+Instruction: Based on the context, follow "Format example", write content.
+提示:返回的内容必须参照Format example里面的Javascript的JSON.parse("输出的字符串")可转化的JSON格式(警告:这里要注意"号的问题会导致JSON.parse函数无法转化报错,"以\"出现。),不能有其他任何的字符串,包括没有用的开头白。
+User: Please generate a recipe for chocolate chip cookies in JSON format.
 
---------
+# Context
 ## 要求
 ${msg} 以及##补充参考资料和##任务大纲, 然后根据Format example的要求返回要以数组的格式
 
---------
 ## 任务大纲
 ${_text}
 
---------
 ## 补充参考资料
 补充资料:${url.join(",")}
 补充描述:${this.courseText2}
 
---------
-## Format example
-[
-  {
-    "task": "任务名称1",
-    "detail": "教案输出为文本格式就行"
-  },
-  {
-      "task": "任务名称2",
-      "detail": "教案输出为文本格式就行"
-  }
-]`
+# Format example
+[{"task": "任务名称1","detail": "教案输出为文本格式就行"},{"task": "任务名称2","detail": "教案输出为文本格式就行"}]
+
+Instruction: Based on the context, follow "Format example", write content.
+提示:返回的内容必须参照Format example里面的Javascript的JSON.parse("输出的字符串")可转化的JSON格式(警告:这里要注意"号的问题会导致JSON.parse函数无法转化报错,"以\"出现。),不能有其他任何的字符串,包括没有用的开头白。
+User: Please generate a recipe for chocolate chip cookies in JSON format.`
         this.aiGet4(message, () => {
           this.loading = false
           this.isOutline2 = true
@@ -13552,30 +13491,31 @@ ${msg} 输出格式和内容要求参考#格式与要求
         _text += `评价维度:${_this.unitJson[0].chapterInfo[0].taskJson[_tindex2].eList[i].value} 维度描述:${_this.unitJson[0].chapterInfo[0].taskJson[_tindex2].eList[i].detail} `
       }
       // **重点考虑该任务详情**
-      let messages = `
-ATTENTION: Use '##' to SPLIT SECTIONS, not '#'.Output format carefully referenced "Format example".
+      let messages = `NOTICE
+Role: 作为学生的学习指导Agent,你熟悉熟悉PBL(基于问题的学习)和5EX教学模型,能够根据学生的学情数据(当前的学习任务设计、学习表现数据、作业数据等)生成自适应的学习任务和对应的5道考核题目。
+ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
+Instruction: Based on the context, follow "Format example", write content.
+提示:返回的内容必须参照Format example里面的Javascript的JSON.parse("输出的字符串")可转化的JSON格式(警告:这里要注意"号的问题会导致JSON.parse函数无法转化报错,"以\"出现。),不能有其他任何的字符串,包括没有用的开头白。
+User: Please generate a recipe for chocolate chip cookies in JSON format.
+
+# Context
+## 要求
+${msg} 输出格式和内容要求参考# 格式与要求
 
---------
 ## 参考内容
 任务名称:${_this.unitJson[0].chapterInfo[0].taskJson[_tindex2].task}
 任务描述:${_this.unitJson[0].chapterInfo[0].taskJson[_tindex2].taskDetail}
 评价设计:${_text}
 
---------
-## 要求
-${msg} 输出格式和内容要求参考# 格式与要求
-
---------
-# 格式与要求
+## 格式与要求
 -评价标准:至少3条评价标准,这个评价是教师用来评价学生表现的,需要包含评价维度,以及该维度中教师期待学生的表现,句式为学生应该能....
 
---------
-## Format example
-[
-  {"value":"评价维度1","detail":"维度描述1","score":5},
-  {"value":"评价维度2","detail":"维度描述2","score":5},
-  {"value":"评价维度3","detail":"维度描述3","score":5}
-]`
+# Format example
+[{"value":"评价维度1","detail":"维度描述1","score":5},{"value":"评价维度2","detail":"维度描述2","score":5},{"value":"评价维度3","detail":"维度描述3","score":5}]
+
+Instruction: Based on the context, follow "Format example", write content.
+提示:返回的内容必须参照Format example里面的Javascript的JSON.parse("输出的字符串")可转化的JSON格式(警告:这里要注意"号的问题会导致JSON.parse函数无法转化报错,"以\"出现。),不能有其他任何的字符串,包括没有用的开头白。
+User: Please generate a recipe for chocolate chip cookies in JSON format.`
       _this.taskDetailLoading4.push(_tindex)
       let params = JSON.stringify({
         // "model": "Chat",

Some files were not shown because too many files changed in this diff