Merge pull request #569 from zmeir/zmeir/enhance/auto_improve_extended_simple

Add toggle to automatically enable `/improve --extended`
This commit is contained in:
Tal
2024-01-04 09:06:08 -08:00
committed by GitHub
3 changed files with 21 additions and 3 deletions

View File

@ -29,6 +29,7 @@ Under the section 'pr_code_suggestions', the [configuration file](./../pr_agent/
- `include_improved_code`: if set to true, the tool will include an improved code implementation in the suggestion. Default is true.
#### params for '/improve --extended' mode
- `auto_extended_mode`: enable extended mode automatically (no need for the `--extended` option). Default is false.
- `num_code_suggestions_per_chunk`: number of code suggestions provided by the 'improve' tool, per chunk. Default is 8.
- `rank_extended_suggestions`: if set to true, the tool will rank the suggestions, based on importance. Default is true.
- `max_number_of_calls`: maximum number of chunks. Default is 5.