Files
gpt-pilot/pilot/prompts/dev_ops/ran_command.prompt
Zvonimir Sabljic 8c58d2803d Renamed the repo
2023-08-16 14:57:55 +02: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`.