diff --git a/pilot/prompts/dev_ops/ran_command.prompt b/pilot/prompts/dev_ops/ran_command.prompt index d5f9089..b3d64bc 100644 --- a/pilot/prompts/dev_ops/ran_command.prompt +++ b/pilot/prompts/dev_ops/ran_command.prompt @@ -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`.