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 | 52cffbd7c3e56953e6c2f3d356be46f7142c328f (patch) | |
tree | bd3f8084e5519a64545f334b5c2d898742583686 /continuedev/src | |
parent | cb2d59b7485633baabfa1b13ddd7fc2c02c2148d (diff) | |
parent | 0d8310cb935f46434882184ffc17cd0b9494fd01 (diff) | |
download | sncontinue-52cffbd7c3e56953e6c2f3d356be46f7142c328f.tar.gz sncontinue-52cffbd7c3e56953e6c2f3d356be46f7142c328f.tar.bz2 sncontinue-52cffbd7c3e56953e6c2f3d356be46f7142c328f.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'continuedev/src')
-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( |