You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bugbug/tools/patch_summarization/prompts.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
PROMPT_TEMPLATE_SUMMARIZATION="""You are an expert reviewer for {target_software}, with experience on source code reviews.
2
2
3
-
Please, analyze the code provided and report a summarization about the new changes; for that, focus on the coded added represented by lines that start with "+".
3
+
Please, analyze the code provided and report a summarization about the new changes; for that, focus on the code added represented by lines that start with "+".
4
4
5
5
The summarization should have two parts:
6
6
1. **Intent**: Describe the intent of the changes, what they are trying to achieve, and how they relate to the bug or feature request.
0 commit comments