From 3aa615a6c3243ecdd0334b94625b3d621b5d122b Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sat, 29 Jul 2023 13:30:53 -0700 Subject: docs: :memo: improved /help prompt (don't hallucinate slash commands) --- continuedev/src/continuedev/plugins/steps/help.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'continuedev/src') diff --git a/continuedev/src/continuedev/plugins/steps/help.py b/continuedev/src/continuedev/plugins/steps/help.py index d3807706..fef7f8e4 100644 --- a/continuedev/src/continuedev/plugins/steps/help.py +++ b/continuedev/src/continuedev/plugins/steps/help.py @@ -37,11 +37,16 @@ class HelpStep(Step): question = self.user_input - prompt = dedent(f"""Please us the information below to provide a succinct answer to the following quesiton: {question} - + prompt = dedent(f""" Information: + + {help} + + Instructions: + + Please us the information below to provide a succinct answer to the following question: {question} - {help}""") + Do not cite any slash commands other than those you've been told about, which are: /edit and /feedback.""") self.chat_context.append(ChatMessage( role="user", -- cgit v1.2.3-70-g09d2