diff --git a/pr_agent/settings/pr_code_suggestions_reflect_prompts.toml b/pr_agent/settings/pr_code_suggestions_reflect_prompts.toml index 7c0cb785..0fbdb862 100644 --- a/pr_agent/settings/pr_code_suggestions_reflect_prompts.toml +++ b/pr_agent/settings/pr_code_suggestions_reflect_prompts.toml @@ -59,12 +59,13 @@ class PRCodeSuggestionsFeedback(BaseModel): Example output: ```yaml code_suggestions: -- suggestion_content: | +- suggestion_summary: | Use a more descriptive variable name here relevant_file: "src/file1.py" suggestion_score: 6 why: | The variable name 't' is not descriptive enough +- ... ```