I have a usage issue, but I'm not quite sure if it's a BUG #2113
Replies: 2 comments 1 reply
|
@mrT23 Excuse me. Could you offer some help? Thank you very much |
|
This looks like expected behaviour rather than a bug. |
|
@mrT23 Excuse me. Could you offer some help? Thank you very much |
|
This looks like expected behaviour rather than a bug. |
This looks like expected behaviour rather than a bug.
num_code_suggestions_per_chunkis an upper bound per chunk, and for an MR small enough to fit the model context the whole diff is one chunk, so raising it andmax_number_of_callsto 9 has no effect. Coverage is a separate matter: files with filtered or unrecognised extensions are dropped or deprioritised before the model sees them, so please check what extensions the files undererror_demo2/use. Running withverbosity_level=2will log which files were treated as invalid. If suggestions are simply clustering in one file, setpr_code_suggestions.max_suggestions_per_fileto a positive integer, which caps retention per file after chunks a…