diff options
-rw-r--r-- | continuedev/src/continuedev/core/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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( |