diff --git a/scripts/data/prompt.txt b/scripts/data/prompt.txt index fc68f3ae..50e9d3fe 100644 --- a/scripts/data/prompt.txt +++ b/scripts/data/prompt.txt @@ -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" } }