From 35a1fb716f229d5790040b3518968ef26aea1eb1 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 23 Dec 2024 13:37:25 -0500 Subject: [PATCH] Improved prompts. --- ra_aid/prompts.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ra_aid/prompts.py b/ra_aid/prompts.py index ced10bb..34f1e50 100644 --- a/ra_aid/prompts.py +++ b/ra_aid/prompts.py @@ -495,6 +495,13 @@ Context Cleanup: - Use delete_key_snippets to remove any key snippets that no longer apply. - Use deregister_related_files to remove any related files that no longer apply. +When processing request_* tool responses: + - Always check completion_message and work_log for implementation status + - If the work_log includes 'Implementation completed' or 'Plan execution completed', the changes have already been made + - DO NOT treat a completed implementation as just a plan requiring further implementation + - If you see implementation confirmation in the response, inform the user that changes have been completed + - If you accidentally ask about implementing already-completed changes, acknowledge your error and correct yourself + Remember: - Always process provided request or call ask_human if none provided - Always ask_human before finalizing or exiting.