From cdb51daa43033a8824d6c693e85ac8cb18ffc421 Mon Sep 17 00:00:00 2001 From: Laura Abro Date: Fri, 25 Apr 2025 10:33:00 -0300 Subject: [PATCH] update prompt to clarify audience --- worker/orca-agent/src/workflows/repoSummarizer/prompts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worker/orca-agent/src/workflows/repoSummarizer/prompts.py b/worker/orca-agent/src/workflows/repoSummarizer/prompts.py index 84e9ca0..df16505 100644 --- a/worker/orca-agent/src/workflows/repoSummarizer/prompts.py +++ b/worker/orca-agent/src/workflows/repoSummarizer/prompts.py @@ -57,6 +57,7 @@ PROMPTS = { "Create the documentation based SOLELY on the files actually present in the codebase.\n" "EXTREMELY IMPORTANT: If files are mentioned in the README but are not present in the codebase, " "do NOT mention them in your documentation. They do not exist and are not relevant.\n" + "This is a public facing document, so DO NOTinclude any instructions or suggestions to the developer.\n" ), "generate_readme": ( "Create a descriptive title for the following README contents and create the README file:\n"