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