From 382a1414f1432c93ec6aaadc6fcd617d8ea3bc5b Mon Sep 17 00:00:00 2001 From: Nicholas Albion Date: Fri, 6 Oct 2023 19:05:10 +1100 Subject: [PATCH] updated tests --- pilot/prompts/dev_ops/ran_command.prompt | 2 +- pilot/prompts/test_prompts.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pilot/prompts/dev_ops/ran_command.prompt b/pilot/prompts/dev_ops/ran_command.prompt index f237532..b3d64bc 100644 --- a/pilot/prompts/dev_ops/ran_command.prompt +++ b/pilot/prompts/dev_ops/ran_command.prompt @@ -3,4 +3,4 @@ {{ cli_response }} -If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING` +If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING`. diff --git a/pilot/prompts/test_prompts.py b/pilot/prompts/test_prompts.py index b71c03f..51c7180 100644 --- a/pilot/prompts/test_prompts.py +++ b/pilot/prompts/test_prompts.py @@ -19,7 +19,7 @@ stdout: success ``` -If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING` and single line explanation. +If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING`. '''.strip() @@ -41,5 +41,5 @@ stdout: success ``` -If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING` and single line explanation. +If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING`. '''.strip()