From 2202ff1cdf192a6ef596c7adbc650bce5c286bbb Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 26 Nov 2023 17:17:36 +0200 Subject: [PATCH] s --- docs/IMPROVE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/IMPROVE.md b/docs/IMPROVE.md index 1501ea1d..a4043ec2 100644 --- a/docs/IMPROVE.md +++ b/docs/IMPROVE.md @@ -35,12 +35,12 @@ Under the section 'pr_code_suggestions', the [configuration file](./../pr_agent/ #### summarize mode - `summarize`: if set to true, the tool will summarize the PR code changes. Default is false. + In this mode, instead of presenting commitable suggestions, the different suggestions will be combined into a single compact instruction, with a significant smaller PR footprint. For example: `/improve --pr_code_suggestions.summarize=true` - - + #### A note on code suggestions quality