mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 11:25:18 +00:00
fix: emphasize brevity in PR description bullet points
This commit is contained in:
parent
fd6e81978f
commit
6fbd95e1a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
=====
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue