From 891f050743d9a4c95f24066c9293bf2ed657d2da Mon Sep 17 00:00:00 2001 From: Torantulino Date: Thu, 16 Mar 2023 03:31:14 +0000 Subject: [PATCH] Adds reasoning to thoughts. --- prompt.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prompt.txt b/prompt.txt index d9fd32bc6..906ae0794 100644 --- a/prompt.txt +++ b/prompt.txt @@ -29,6 +29,7 @@ Your response must ALWAYS be in JSON format, in the following format: }, "Thoughts": { - "text": "text" + "text": "thought", + "reasoning": "reasoning" } } \ No newline at end of file