Skip to content

Commit

Permalink
Merge pull request #884 from Androbin/patch-4
Browse files Browse the repository at this point in the history
Fix JSON formatting in prompt.txt
  • Loading branch information
richbeales authored Apr 13, 2023
2 parents 36dc481 + afc7fa6 commit af40de5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/data/prompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -55,7 +54,7 @@ RESPONSE FORMAT:
},
"command": {
"name": "command name",
"args":{
"args": {
"arg name": "value"
}
}
Expand Down

0 comments on commit af40de5

Please sign in to comment.