From 0d8310cb935f46434882184ffc17cd0b9494fd01 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Thu, 15 Jun 2023 13:01:21 -0700 Subject: improving /explain message --- continuedev/src/continuedev/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'continuedev') diff --git a/continuedev/src/continuedev/core/config.py b/continuedev/src/continuedev/core/config.py index a1c58399..23be8133 100644 --- a/continuedev/src/continuedev/core/config.py +++ b/continuedev/src/continuedev/core/config.py @@ -34,7 +34,7 @@ class ContinueConfig(BaseModel): ), SlashCommand( name="explain", - description="Reply to instructions or a question with previous steps as context", + description="Reply to instructions or a question with previous steps and the highlighted code or current file as context", step_name="SimpleChatStep", ), SlashCommand( -- cgit v1.2.3-70-g09d2