From e138282d4ea4dc3218aef5136d2bb502c05ef106 Mon Sep 17 00:00:00 2001 From: Nicholas Albion Date: Sun, 8 Oct 2023 15:33:39 +1100 Subject: [PATCH] Revert "Update ran_command.prompt" This reverts commit 01a852f99d8a42774e1fb0884fe7a41a8bc17f44. --- pilot/prompts/dev_ops/ran_command.prompt | 2 -- 1 file changed, 2 deletions(-) diff --git a/pilot/prompts/dev_ops/ran_command.prompt b/pilot/prompts/dev_ops/ran_command.prompt index d5f9089bd..b3d64bccd 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`.