implemented basic feedback words without finite points or good prompt
This commit is contained in:
@@ -1,8 +1,26 @@
|
||||
[
|
||||
{"feedback00": "introspection", "weight": 5},
|
||||
{"feedback01": "anthropomorphism", "weight": 3},
|
||||
{"feedback02": "reframing", "weight": 4},
|
||||
{"feedback03": "continuity", "weight": 3},
|
||||
{"feedback04": "concreteness", "weight": 2},
|
||||
{"feedback05": "instruction", "weight": 1}
|
||||
]
|
||||
{
|
||||
"feedback00": "memory",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"feedback01": "reflection",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"feedback02": "perspective",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"feedback03": "ritual",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"feedback04": "invention",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"feedback05": "solitude",
|
||||
"weight": 6
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user