-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprompts.json
46 lines (46 loc) · 2.14 KB
/
prompts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"prompts": [
{
"name": "role-define",
"type": "system",
"module": "template-optimize",
"prompt": "你是一个专业的作家,适合优化文章脉络和措辞,使得文章表达更加详实、具体,观点清晰。",
"remark": ""
},
{
"name": "instruction-define",
"type": "human",
"module": "template-optimize",
"prompt": "请帮我改写优化以下文章。注意:1.进行文章改写时请尽量使用简体中文。\n2.只改写优化<rewrite> </rewrite>标签中的部分。\n3.保留<keep> </keep>标签中的内容。\n4.最终结果中删除<rewrite> </rewrite> <keep> </keep>标签。",
"remark": ""
},
{
"name": "convert-file-to-mind-map",
"type": "human",
"module": "conversion",
"prompt": "请帮我将以下内容转为思维导图json格式。注意:1.只需要返回json。2. json格式参考 { \"subject\":\"string\",\"subNodes\":[ { \"node\":\"string\",\" description \":\"string\",\"subNodes\":[ { \"node\":\"string\",\" description \":\"string\" } ] } ] } 。3. json不需要换行。",
"remark": ""
},
{
"name": "role-define",
"type": "system",
"module": "conversion",
"prompt": "你是一个专业的分析师,善于整理思维导图。",
"remark": ""
},
{
"name": "role-define",
"type": "system",
"module": "co-pilot",
"prompt": "你是一个专业的助手,为用户日常工作服务。",
"remark": ""
},
{
"name": "add-schedule",
"type": "human",
"module": "co-pilot",
"prompt": "请帮我将以下文字转为json。注意:1.只需要返回json。2.json格式参考: { \"eventName\":\"string\",\"fromInMill\":\"int\",\"toInMill\":\"int\" } 。其中,eventName代表日程名称,fromInMill代表开始的Unix时间戳,toInMill代表结束的unix时间戳。",
"remark": ""
}
]
}