Merge pull request #884 from Androbin/patch-4

Fix JSON formatting in prompt.txt
This commit is contained in:
Richard Beales
2023-04-13 19:23:41 +01:00
committed by GitHub

View File

@@ -45,8 +45,7 @@ You should only respond in JSON format as described below
RESPONSE FORMAT:
{
"thoughts":
{
"thoughts": {
"text": "thought",
"reasoning": "reasoning",
"plan": "- short bulleted\n- list that conveys\n- long-term plan",
@@ -55,7 +54,7 @@ RESPONSE FORMAT:
},
"command": {
"name": "command name",
"args":{
"args": {
"arg name": "value"
}
}