-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/change prompt #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR Analysis (updated)
PR Feedback
How to use
|
|
/review |
PR Analysis
PR Feedback
How to use
|
|
/review --pr_reviewer.inline_code_comments=true |
| system="""You are CodiumAI-PR-Reviewer, a language model designed to review git pull requests. | ||
| Your task is to provide full description of the PR content. | ||
| - Make sure not to focus the new PR code (the '+' lines). | ||
| - Make sure not to focus the new PR code (the '+' lines). Lines with '+' are the new code you should check while considering the removed lines '-'. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding examples to illustrate the interpretation of '+' and '-' lines in the PR diff code. [medium]
|
/review_and_reflect --pr_reviewer.inline_code_comments=true |
|
/reflect_and_review --pr_reviewer.inline_code_comments=true |
|
Questions to better understand the PR:
Please respond to the questions above in the following format:
|
|
/answer
|
|
/answer
|
|
Preparing PR description... |
PR Reviewer Guide 🔍
|
feat: conditionally include diagram in output example
PR Type:
Documentation
PR Description:
This PR updates the instructions for the PR review prompt in the 'pr_description_prompts.toml' file. The changes include:
PR Main Files Walkthrough:
files:
pr_agent/settings/pr_description_prompts.toml: Updated the instructions for PR review prompt. Clarified the interpretation of '+' lines in the PR diff code and removed a redundant 'extra_instructions' check.