From 0aa14bc7604b0d84ba93f96dac67902eabe51cb9 Mon Sep 17 00:00:00 2001 From: Laura Abro Date: Fri, 25 Apr 2025 11:13:48 -0300 Subject: [PATCH] clarify which file the PR is for --- worker/orca-agent/src/workflows/repoSummarizer/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/orca-agent/src/workflows/repoSummarizer/prompts.py b/worker/orca-agent/src/workflows/repoSummarizer/prompts.py index df16505..b615308 100644 --- a/worker/orca-agent/src/workflows/repoSummarizer/prompts.py +++ b/worker/orca-agent/src/workflows/repoSummarizer/prompts.py @@ -65,7 +65,7 @@ PROMPTS = { "The content will be added automatically, your job is just to create a good title." ), "create_pr": ( - "You are creating a pull request for the documentation you have generated. " + "You are creating a pull request for the file README_Prometheus.md you have generated. " "The repository has been cloned to the current directory.\n" "Use the `create_pull_request_legacy` tool to create the pull request.\n" "IMPORTANT: Always use relative paths (e.g., 'src/file.py' not '/src/file.py')\n\n"