From 917ba983d604bf9f590265b38e65be5c75643828 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sat, 3 Jun 2023 10:26:07 -0400 Subject: README work --- docs/docs/concepts/step.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3-70-g09d2