From 9002dccf6b18aa6573a7306fe46074a8ad33867a Mon Sep 17 00:00:00 2001 From: Tal Date: Sun, 25 Feb 2024 19:10:56 +0200 Subject: [PATCH] Update IMPROVE.md --- docs/IMPROVE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/IMPROVE.md b/docs/IMPROVE.md index dc7f9d6f..3f14450b 100644 --- a/docs/IMPROVE.md +++ b/docs/IMPROVE.md @@ -86,5 +86,4 @@ Use triple quotes to write multi-line instructions. Use bullet points to make th - While the current AI for code is getting better and better (GPT-4), it's not flawless. Not all the suggestions will be perfect, and a user should not accept all of them automatically. - Suggestions are not meant to be [simplistic](./../pr_agent/settings/pr_code_suggestions_prompts.toml#L34). Instead, they aim to give deep feedback and raise questions, ideas and thoughts to the user, who can then use his judgment, experience, and understanding of the code base. - Recommended to use the 'extra_instructions' field to guide the model to suggestions that are more relevant to the specific needs of the project. -- Best quality will be obtained by using 'improve --extended' mode.