From afc7fa6e26efbb781644ceea99004b5c3de55f40 Mon Sep 17 00:00:00 2001 From: Robin Richtsfeld Date: Wed, 12 Apr 2023 03:09:08 +0200 Subject: [PATCH] Fix JSON formatting in prompt.txt --- scripts/data/prompt.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" } }