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 | ae3eaa09bb6ecfba691b7a9c41cadcb06998f13c (patch) | |
tree | ea9794170239779e413c7ffd4603a941d25c28cc /continuedev/src | |
parent | 8c4770bdba38120bb940921d5db6e2c9bb1bc3f5 (diff) | |
download | sncontinue-ae3eaa09bb6ecfba691b7a9c41cadcb06998f13c.tar.gz sncontinue-ae3eaa09bb6ecfba691b7a9c41cadcb06998f13c.tar.bz2 sncontinue-ae3eaa09bb6ecfba691b7a9c41cadcb06998f13c.zip |
improving /explain message
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( |