mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-03 01:46:08 +01:00
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
{{ additional_info }}I ran the command `{{ command }}`
|
|
{%- if exit_code %}, the exit code was {{ exit_code }} {% endif -%}
|
|
and the output was:
|
|
```
|
|
{{ cli_response }}
|
|
```
|
|
|
|
If the command was successfully executed, respond with `DONE` and if it wasn't, respond with `NEEDS_DEBUGGING`.
|