Revert "Update ran_command.prompt"

This reverts commit 01a852f99d.
This commit is contained in:
Nicholas Albion
2023-10-08 15:33:39 +11:00
parent b238c2935b
commit e138282d4e

View File

@@ -1,8 +1,6 @@
{{ 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`.