Fix JSON formatting in prompt.txt

This commit is contained in:
Robin Richtsfeld
2023-04-12 03:09:08 +02:00
committed by GitHub
parent 4621df02c7
commit afc7fa6e26

View File

@@ -44,8 +44,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",
@@ -54,7 +53,7 @@ RESPONSE FORMAT:
},
"command": {
"name": "command name",
"args":{
"args": {
"arg name": "value"
}
}