mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-26 16:57:23 +01:00
7 lines
280 B
Plaintext
7 lines
280 B
Plaintext
{{ additional_info }}I ran the command `{{ command }}`
|
|
{%- if exit_code is number %}, the exit code was {{ exit_code }}{% endif %} and the output was:
|
|
|
|
{{ cli_response }}
|
|
|
|
If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING`
|