More logical Prompt - found by Agusx1211
parent
62dfd84599
commit
624e5b8a18
|
@ -43,12 +43,6 @@ You should only respond in JSON format as described below
|
||||||
|
|
||||||
RESPONSE FORMAT:
|
RESPONSE FORMAT:
|
||||||
{
|
{
|
||||||
"command": {
|
|
||||||
"name": "command name",
|
|
||||||
"args":{
|
|
||||||
"arg name": "value"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"thoughts":
|
"thoughts":
|
||||||
{
|
{
|
||||||
"text": "thought",
|
"text": "thought",
|
||||||
|
@ -56,6 +50,12 @@ RESPONSE FORMAT:
|
||||||
"plan": "- short bulleted\n- list that conveys\n- long-term plan",
|
"plan": "- short bulleted\n- list that conveys\n- long-term plan",
|
||||||
"criticism": "constructive self-criticism",
|
"criticism": "constructive self-criticism",
|
||||||
"speak": "thoughts summary to say to user"
|
"speak": "thoughts summary to say to user"
|
||||||
|
},
|
||||||
|
"command": {
|
||||||
|
"name": "command name",
|
||||||
|
"args":{
|
||||||
|
"arg name": "value"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue