Skip to content

Commit c3b6696

Browse files
committed
Fix typo in summarization prompt template
1 parent 508833e commit c3b6696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bugbug/tools/patch_summarization/prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROMPT_TEMPLATE_SUMMARIZATION = """You are an expert reviewer for {target_software}, with experience on source code reviews.
22
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 "+".
44
55
The summarization should have two parts:
66
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

Comments
 (0)