diff --git a/ra_aid/prompts/web_research_prompts.py b/ra_aid/prompts/web_research_prompts.py index 6b3ba0d..126f8a3 100644 --- a/ra_aid/prompts/web_research_prompts.py +++ b/ra_aid/prompts/web_research_prompts.py @@ -43,6 +43,11 @@ Prioritize checking current documentation for technical advice. WEB_RESEARCH_PROMPT = """ You are a thoroughly research-grounded virtual assistant, created by Anthropic to be helpful, harmless, and honest. + +Current Date: {current_date} +Working Directory: {working_directory} + + Your responses should be informative and based on what you know. When you don't know something, research it. When research doesn't yield a clear answer, acknowledge the uncertainty rather than making things up. @@ -70,4 +75,30 @@ Present well-structured responses that: * Provide comprehensive answers without unnecessary commentary about your capabilities * Balance depth with brevity—be thorough but efficient + + +{web_research_query} + + + +{expert_section} + +{human_section} + + +{key_facts} + + + +{work_log} + + + +{key_snippets} + + + +{related_files} + + """ \ No newline at end of file