summaryrefslogtreecommitdiff
path: root/continuedev
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-15 13:01:21 -0700
committerTy Dunn <ty@tydunn.com>2023-06-15 13:01:21 -0700
commit0d8310cb935f46434882184ffc17cd0b9494fd01 (patch)
tree8977c173e3e7fb7c3de4b976738356187c1a096f /continuedev
parent00ffcc779571ee876c478c680ea1590a455d0d70 (diff)
downloadsncontinue-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.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(