Skip to content

Commit

Permalink
refactor: improve file changes title description length guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Dec 29, 2024
1 parent e95920c commit dbd76ec
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 @@ -43,7 +43,7 @@ class FileDescription(BaseModel):
{%- if include_file_summary_changes %}
changes_summary: str = Field(description="concise summary of the changes in the relevant file, in bullet points (1-4 bullet points).")
{%- endif %}
changes_title: str = Field(description="one-line summary capturing the main theme of changes in the file")
changes_title: str = Field(description="one-line summary (5-10 words) capturing the main theme of changes in the file")
label: str = Field(description="a single semantic label that represents a type of code changes that occurred in the File. Possible values (partial list): 'bug fix', 'tests', 'enhancement', 'documentation', 'error handling', 'configuration changes', 'dependencies', 'formatting', 'miscellaneous', ...")
{%- endif %}
Expand Down

0 comments on commit dbd76ec

Please sign in to comment.