Skip to content

Commit

Permalink
More logical Prompt - found by Agusx1211
Browse files Browse the repository at this point in the history
  • Loading branch information
thepok committed Apr 4, 2023
1 parent 62dfd84 commit 624e5b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/data/prompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ You should only respond in JSON format as described below

RESPONSE FORMAT:
{
"command": {
"name": "command name",
"args":{
"arg name": "value"
}
},
"thoughts":
{
"text": "thought",
"reasoning": "reasoning",
"plan": "- short bulleted\n- list that conveys\n- long-term plan",
"criticism": "constructive self-criticism",
"speak": "thoughts summary to say to user"
},
"command": {
"name": "command name",
"args":{
"arg name": "value"
}
}
}

Expand Down

0 comments on commit 624e5b8

Please sign in to comment.