mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-01 09:00:01 +01:00
Added dev ops prompts
This commit is contained in:
2
euclid/prompts/dev_ops/debug.prompt
Normal file
2
euclid/prompts/dev_ops/debug.prompt
Normal 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}
|
||||
6
euclid/prompts/dev_ops/ran_command.prompt
Normal file
6
euclid/prompts/dev_ops/ran_command.prompt
Normal 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`.
|
||||
Reference in New Issue
Block a user