feat: Remove file walkthrough feature from PR agent

This commit is contained in:
mrT23
2024-01-04 09:42:15 +02:00
parent 1bba0162f8
commit 3c2ed8bbf1
3 changed files with 3 additions and 11 deletions

View File

@ -35,12 +35,6 @@ class PRType(str, Enum):
{%- endif %}
{%- if enable_file_walkthrough %}
class FileWalkthrough(BaseModel):
filename: str = Field(description="the relevant file full path")
changes_in_file: str = Field(description="minimal and concise summary of the changes in the relevant file")
{%- endif %}
{%- if enable_semantic_files_types %}
Class FileDescription(BaseModel):