summaryrefslogtreecommitdiff
path: root/continuedev/src
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
commitae3eaa09bb6ecfba691b7a9c41cadcb06998f13c (patch)
treeea9794170239779e413c7ffd4603a941d25c28cc /continuedev/src
parent8c4770bdba38120bb940921d5db6e2c9bb1bc3f5 (diff)
downloadsncontinue-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.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(