From 09ee0b64ba57d94d43f1eaaf9830301445065db0 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 10 Jan 2024 09:37:05 +0200 Subject: [PATCH] feat: Refactor instructions and fields in pr_code_suggestions_prompts.toml --- pr_agent/settings/pr_code_suggestions_prompts.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pr_agent/settings/pr_code_suggestions_prompts.toml b/pr_agent/settings/pr_code_suggestions_prompts.toml index f2bef46c..5aa3cce2 100644 --- a/pr_agent/settings/pr_code_suggestions_prompts.toml +++ b/pr_agent/settings/pr_code_suggestions_prompts.toml @@ -37,9 +37,6 @@ Specific instructions: - Avoid making suggestions that have already been implemented in the PR code. For example, if you want to add logs, or change a variable to const, or anything else, make sure it isn't already in the '__new hunk__' code. - Provide the exact line numbers range (inclusive) for each suggestion. - When quoting variables or names from the code, use backticks (`) instead of single quote ('). -{%- if summarize_mode %} -- If needed, use abbreviations for the 'existing code' and 'improved code' snippets, to keep the output short. -{%- endif %} {%- if extra_instructions %}