From c907f8b9f37b0c0379caede644b3ebfed1f49385 Mon Sep 17 00:00:00 2001 From: Zvonimir Sabljic Date: Wed, 9 Aug 2023 09:08:01 +0200 Subject: [PATCH] Added should_rerun_command prompt --- euclid/prompts/dev_ops/should_rerun_command.prompt | 1 + 1 file changed, 1 insertion(+) create mode 100644 euclid/prompts/dev_ops/should_rerun_command.prompt diff --git a/euclid/prompts/dev_ops/should_rerun_command.prompt b/euclid/prompts/dev_ops/should_rerun_command.prompt new file mode 100644 index 0000000..70763bd --- /dev/null +++ b/euclid/prompts/dev_ops/should_rerun_command.prompt @@ -0,0 +1 @@ +Should I rerun the command `{{ command }}` or is this task done? If I should rerun `{{ command }}`, respond only with YES. If I don't need to rerun the command but continue fixing the problem, respond with NEEDS_DEBUGGING and if I don't need to rerun the command and the original problem is fixed, respond with NO. \ No newline at end of file