Skip to content

Commit

Permalink
fix: emphasize brevity in PR description bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Dec 31, 2024
1 parent fd6e819 commit 6fbd95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/settings/pr_description_prompts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class PRDescription(BaseModel):
{%- if enable_semantic_files_types %}
pr_files: List[FileDescription] = Field(max_items=20, description="a list of all the files that were changed in the PR, and summary of their changes. Each file must be analyzed regardless of change size.")
{%- endif %}
description: str = Field(description="a clear and concise description of the PR using bullet points (with sub-bullets if needed). Prioritize the most significant changes first")
description: str = Field(description="a clear and concise description of the PR using short bullet points (with sub-bullets if needed). Prioritize the most significant changes first")
title: str = Field(description="a concise and descriptive title that captures the PR's main theme")
=====
Expand Down

0 comments on commit 6fbd95e

Please sign in to comment.