diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-15 13:01:21 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-15 13:01:21 -0700 |
commit | 0d8310cb935f46434882184ffc17cd0b9494fd01 (patch) | |
tree | 8977c173e3e7fb7c3de4b976738356187c1a096f /continuedev | |
parent | 00ffcc779571ee876c478c680ea1590a455d0d70 (diff) | |
download | sncontinue-0d8310cb935f46434882184ffc17cd0b9494fd01.tar.gz sncontinue-0d8310cb935f46434882184ffc17cd0b9494fd01.tar.bz2 sncontinue-0d8310cb935f46434882184ffc17cd0b9494fd01.zip |
improving /explain message
Diffstat (limited to 'continuedev')
-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( |