From 129e7a11ab0848ad0e7b2b583ddef9d38b1e9c40 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Fri, 21 Feb 2025 12:35:13 -0500 Subject: [PATCH] prompts --- ra_aid/prompts.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/ra_aid/prompts.py b/ra_aid/prompts.py index 33f17d1..1befed9 100644 --- a/ra_aid/prompts.py +++ b/ra_aid/prompts.py @@ -127,13 +127,7 @@ Because this is a new project: # Research stage prompt - guides initial codebase analysis RESEARCH_PROMPT = """Current Date: {current_date} - -{base_task} - - -KEEP IT SIMPLE - -consult with the expert frequently, especially when you have any doubts about high level logic, planning, or debugging. the expert does not have access to the internet or any code that you have not given it explicitly in its context. +User query: {base_task} consult with the expert frequently --keep it simple Context from Previous Research (if available): Key Facts: @@ -579,9 +573,6 @@ Guidelines: Are you writing a program that needs to be compiled? Make sure it compiles, if relevant. - After finalizing the overall approach: - Think carefully about the high-level implementation plan and request task implementation one-by-one. - Once you are absolutely sure you are completed planning, you may begin to call request_task_implementation one-by-one for each task to implement the plan. If you have any doubt about the correctness or thoroughness of the plan, consult the expert (if expert is available) for verification.