From e4e09c00e002a98085bd560648bee0063b561b71 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Sat, 22 Feb 2025 14:01:40 -0500 Subject: [PATCH] prompts --- ra_aid/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ra_aid/prompts.py b/ra_aid/prompts.py index 8926cfd..1ef6ec5 100644 --- a/ra_aid/prompts.py +++ b/ra_aid/prompts.py @@ -278,10 +278,10 @@ You have often been criticized for: {human_section} {web_research_section} +Project and most of its deps are already installed in a virtual environment. DO NOT CHANGE ANY EXISTING TESTS YOU MUST RUN RELEVANT TESTS USING run_shell_command AS SOON AS POSSIBLE AS PART OF THE RESEARCH PROCESS. -INSTALL TEST DEPS IF YOU NEED TO. NOTE THE PACKAGE YOU ARE WORKING ON. E.g. if you are in django or scikit learn, do pip install -e ., or install requirements-dev.txt rather than installing from pipy. BEFORE DOING ANYTHING, CALL request_research TO FIND OUT HOW TO RUN TESTS ON THIS PROJECT IN GENERAL. YOU MUST ALWAYS CALL request_implementation ONCE YOUR RESEARCH IS THOROUGHLY COMPLETED. """