From 93b6d315059acde92253a1055d453a69d1aa56e7 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 6 Dec 2023 16:36:27 +0200 Subject: [PATCH] s --- pr_agent/settings/pr_description_prompts.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/settings/pr_description_prompts.toml b/pr_agent/settings/pr_description_prompts.toml index cf418834..6e0c395e 100644 --- a/pr_agent/settings/pr_description_prompts.toml +++ b/pr_agent/settings/pr_description_prompts.toml @@ -40,7 +40,7 @@ class FileWalkthrough(BaseModel): Class FileDescription(BaseModel): filename: str = Field(description="the relevant file full path") changes_summary: str = Field(description="minimal and concise summary of the changes in the relevant 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', 'formating', 'miscellaneous', ...") + 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 %} Class PRDescription(BaseModel):