Skip to content

Commit 12b08b3

Browse files
committed
fix(relevant-warnings): Increase description word limit to 20
1 parent e8c2b32 commit 12b08b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seer/automation/codegen/prompts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def format_prompt(formatted_warning: str, formatted_error: str):
314314
315315
Finally, if you believe the warning is relevant to the issue (`does_fixing_warning_fix_issue=true`), then fill in two more sections:
316316
- `short_description`: a short, fluff-free, information-dense description of the problem caused by not addressing the warning.
317-
This description must focus on the problem and not the warning itself. It should be at most 10 words.
317+
This description must focus on the problem and not the warning itself. It should be at most 20 words.
318318
- `short_justification`: a short, fluff-free, information-dense summary of your analysis for why the warning is relevant to the issue. This justification should be at most 15 words.
319319
"""
320320
).format(

0 commit comments

Comments
 (0)