From b79ee822e11b570e113238720179439324f30ccd Mon Sep 17 00:00:00 2001 From: HermanL02 Date: Wed, 7 May 2025 04:01:23 -0300 Subject: [PATCH] allow it to be wider acceptable in the audit, don't be so strict --- .../orca-agent/src/workflows/repoSummarizerAudit/prompts.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/worker/orca-agent/src/workflows/repoSummarizerAudit/prompts.py b/worker/orca-agent/src/workflows/repoSummarizerAudit/prompts.py index bfd06a1..a20689c 100644 --- a/worker/orca-agent/src/workflows/repoSummarizerAudit/prompts.py +++ b/worker/orca-agent/src/workflows/repoSummarizerAudit/prompts.py @@ -7,8 +7,8 @@ PROMPTS = { "and creating clear, structured documentation." ), "check_readme_file": ( - "A pull request has been checked out for you. Review the file README_Prometheus.md in the repository " - "and evaluate its quality and relevance to the repository.\n\n" + "Review the README_Prometheus.md in the repository and evaluate its quality and " + "relevance to the repository.\n\n" "Please analyze:\n" "1. Is the README_Prometheus.md file related to this specific repository? (Does it describe the actual code " "and purpose of this repo?)\n" @@ -16,7 +16,7 @@ PROMPTS = { "3. Is it comprehensive enough to help users understand and use the repository?\n" "4. Does it follow best practices for README documentation?\n\n" "Use the `review_readme_file` tool to submit your findings.\n" - "IMPORTANT: Do not assume that an existing README is correct. " + # "IMPORTANT: Do not assume that an existing README is correct. " "Evaluate README_Prometheus.md against the codebase.\n" "DO NOT consider the filename in your analysis, only the content.\n" "STOP after submitting the review report."