From d31910a30365076def35835caf43e88161076de7 Mon Sep 17 00:00:00 2001
From: Sergey Lyapustin <s.lyapustin@gmail.com>
Date: Mon, 9 Dec 2024 04:46:06 +0100
Subject: [PATCH] Fixed NEXT_QUESTION_PROMPT to suggest user questions. (#461)

---
 helpers/env-variables.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/env-variables.ts b/helpers/env-variables.ts
index 5e430b2b..6ea0aab0 100644
--- a/helpers/env-variables.ts
+++ b/helpers/env-variables.ts
@@ -525,7 +525,7 @@ Here is the conversation history
 ---------------------
 {conversation}
 ---------------------
-Given the conversation history, please give me 3 questions that you might ask next!
+Given the conversation history, please give me 3 questions that user might ask next!
 Your answer should be wrapped in three sticks which follows the following format:
 \`\`\`
 <question 1>
-- 
GitLab