From 624e5b8a181dc276c7856b5d545abe2a36a59759 Mon Sep 17 00:00:00 2001 From: thepok Date: Tue, 4 Apr 2023 15:21:46 +0200 Subject: [PATCH] More logical Prompt - found by Agusx1211 --- scripts/data/prompt.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/data/prompt.txt b/scripts/data/prompt.txt index a93e783eb3..64a4fdba94 100644 --- a/scripts/data/prompt.txt +++ b/scripts/data/prompt.txt @@ -43,12 +43,6 @@ You should only respond in JSON format as described below RESPONSE FORMAT: { - "command": { - "name": "command name", - "args":{ - "arg name": "value" - } - }, "thoughts": { "text": "thought", @@ -56,6 +50,12 @@ RESPONSE FORMAT: "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" + } } }