Added dev ops prompts

This commit is contained in:
Zvonimir Sabljic
2023-07-27 14:30:47 +02:00
parent 81c11ce928
commit 33e00aec8a
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
Ok, we need to debug this issue so we can execute `{{ command }}` successfully. In case you cannot debug this by running any command and need a human assistance, respond with `NEED_HUMAN`. Write the command I need to run next to solve this issue in the following format:
COMMAND: {command_that_needs_to_be_ran}

View File

@@ -0,0 +1,6 @@
I ran the command `npm start` and for this response from CLI:
```
{{ cli_response }}
```
If the command was successfully executed, respond with `DONE` and if it wasn't, respond with `NEEDS_DEBUGGING`.