Files
gpt-pilot/pilot/prompts/dev_ops/ran_command.prompt
Nicholas Albion 382a1414f1 updated tests
2023-10-06 19:05:10 +11:00

7 lines
281 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`.