|
@@ -17052,7 +17052,9 @@ task2输出子任务名称但是不要输出序号或者前缀仅输出名称
|
|
|
|
|
|
# Format example`
|
|
# Format example`
|
|
message = message.replaceAll('\n', ' ')
|
|
message = message.replaceAll('\n', ' ')
|
|
-message+=`\n[{"task": "任务名称","task2": "子任务名称","detail": "${txt}"},{"task": "任务名称","task2": "子任务名称","detail": "${txt}"},{"task": "任务名称","task2": "子任务名称","detail": "${txt}"},{"task": "任务名称","task2": "子任务名称","detail": "${txt}"}]`
|
|
|
|
|
|
+message+=`\n[{"task": "任务名称","task2": "子任务名称","detail": "${txt}"},{"task": "任务名称","task2": "子任务名称","detail": "${txt}"}]
|
|
|
|
+
|
|
|
|
+Instruction: Based on the context, follow "Format example", write content.`.replaceAll('*','')
|
|
// detail输出不要输出成json,文本或者markdown都可以
|
|
// detail输出不要输出成json,文本或者markdown都可以
|
|
this.aiGet2(message, () => {
|
|
this.aiGet2(message, () => {
|
|
this.loading = false
|
|
this.loading = false
|