feat: Add line count to file patch info and enhance PR description formatting

This commit is contained in:
mrT23
2023-12-06 15:29:45 +02:00
parent 4b073b32a5
commit eeb20b055a
4 changed files with 52 additions and 29 deletions

View File

@ -54,7 +54,7 @@ Class PRDescription(BaseModel):
main_files_walkthrough: List[FileWalkthrough] = Field(max_items=10)
{%- endif %}
{%- if enable_semantic_files_types %}
pr_files[List[FileDescription]] = Field(max_items=15)
pr_files[List[FileDescription]] = Field(max_items=15")
{%- endif %}
=====