Skip to content

Commit

Permalink
fix: improve PR description and title field descriptions for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Dec 31, 2024
1 parent 8218fa6 commit fd6e819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pr_agent/settings/pr_description_prompts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ 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="an informative and concise description of the PR. Use bullet points. Display first the most significant changes.")
title: str = Field(description="an informative title for the PR, describing its main theme")
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")
title: str = Field(description="a concise and descriptive title that captures the PR's main theme")
=====
Expand Down

0 comments on commit fd6e819

Please sign in to comment.