This commit is contained in:
mrT23
2023-11-26 17:17:36 +02:00
parent 2022018d4c
commit 2202ff1cdf

View File

@ -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`
<kbd><img src=./../pics/improved_summerize_closed.png width="512"></kbd>
<kbd><img src=./../pics/improved_summerize_open.png width="512"></kbd>
<kbd><img src=./../pics/improved_summerize_open.png width="768"></kbd>
#### A note on code suggestions quality