diff options
| author | Nate Sesti <sestinj@gmail.com> | 2023-06-15 13:08:19 -0700 | 
|---|---|---|
| committer | Nate Sesti <sestinj@gmail.com> | 2023-06-15 13:08:19 -0700 | 
| commit | f5c968b879af36275c3c5d341bd31c71a29eb8e5 (patch) | |
| tree | a3ba5551d3f861e91bd2607b1a6640fb9db5da95 | |
| parent | 3e41ea694fc0890105cb9cc1b1d6dbde60b4766c (diff) | |
| parent | ae3eaa09bb6ecfba691b7a9c41cadcb06998f13c (diff) | |
| download | sncontinue-f5c968b879af36275c3c5d341bd31c71a29eb8e5.tar.gz sncontinue-f5c968b879af36275c3c5d341bd31c71a29eb8e5.tar.bz2 sncontinue-f5c968b879af36275c3c5d341bd31c71a29eb8e5.zip | |
Merge branch 'main' of https://github.com/continuedev/continue
| -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( | 
