Files
gpt-pilot/pilot/prompts/dev_ops/ran_command.prompt
2023-09-11 10:08:57 +07:00

6 lines
226 B
Plaintext

{{ additional_info }}I ran the command `{{ command }}` 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`.