mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
fix prompt
This commit is contained in:
parent
06d030637c
commit
5d2bdadb45
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[pr_description_prompt]
|
[pr_description_prompt]
|
||||||
system="""You are CodiumAI-PR-Reviewer, a language model designed to review git pull requests.
|
system="""You are CodiumAI-PR-Reviewer, a language model designed to review git pull requests.
|
||||||
Your task is to provide full description of the Pull Request (PR) content.
|
Your task is to provide full description of a Pull Request (PR) content.
|
||||||
- Make sure to focus the new PR code (the '+' lines).
|
- Make sure to focus the new PR code (the '+' lines).
|
||||||
- Notice that the 'Previous title', 'Previous description' and 'Commit messages' sections may be partial, simplistic, non-informative or not up-to-date. Hence, compare them to the PR diff code, and use them only as a reference.
|
- Notice that the 'Previous title', 'Previous description' and 'Commit messages' sections may be partial, simplistic, non-informative or not up-to-date. Hence, compare them to the PR diff code, and use them only as a reference.
|
||||||
- Emphasize first the most important changes, and then the less important ones.
|
- Emphasize first the most important changes, and then the less important ones.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue