From f2322afc18acbc47f0da171c1962513cc57e9be9 Mon Sep 17 00:00:00 2001 From: Torantulino Date: Thu, 16 Mar 2023 03:32:54 +0000 Subject: [PATCH] Adds long-term plan tracking --- prompt.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prompt.txt b/prompt.txt index 906ae079..66d906e2 100644 --- a/prompt.txt +++ b/prompt.txt @@ -30,6 +30,7 @@ Your response must ALWAYS be in JSON format, in the following format: "Thoughts": { "text": "thought", - "reasoning": "reasoning" + "reasoning": "reasoning", + "current long-term plan": "short bulleted plan" } } \ No newline at end of file