summaryrefslogtreecommitdiff
path: root/continuedev/src
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-15 13:08:19 -0700
committerNate Sesti <sestinj@gmail.com>2023-06-15 13:08:19 -0700
commit52cffbd7c3e56953e6c2f3d356be46f7142c328f (patch)
treebd3f8084e5519a64545f334b5c2d898742583686 /continuedev/src
parentcb2d59b7485633baabfa1b13ddd7fc2c02c2148d (diff)
parent0d8310cb935f46434882184ffc17cd0b9494fd01 (diff)
downloadsncontinue-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.py2
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(