diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/concepts/step.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/docs/concepts/step.md b/docs/docs/concepts/step.md index 1e1a0a65..0358a52f 100644 --- a/docs/docs/concepts/step.md +++ b/docs/docs/concepts/step.md @@ -40,12 +40,14 @@ the code that should run when the step is rerun with feedback ### Core
-#### RunCommandStep
-
#### EditCodeStep
+Provide a prompt and a list of file ranges to be edited by a language model.
+
### ManualEditStep
+A core step that tracks all user edits in the IDE so that they can be reversed along with other steps
+
## Community
### CreateTableStep
@@ -67,3 +69,7 @@ Write unit tests for this file. #### Parameters
- for_filepath (required): the path of the file that unit tests should be created for
+
+### AnswerQuestionChromaStep
+
+Type `/ask` and ask any question about your whole codebase. The Chroma embeddings store will help find important snippets and answer your question.
|