mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-14 11:55:17 +00:00
docs: add num_best_practice_suggestions parameter to improve tool configuration table
This commit is contained in:
parent
b01a2b5f4a
commit
7251e6df96
1 changed files with 2 additions and 1 deletions
|
|
@ -152,7 +152,8 @@ new_score_mechanism_th_high=9
|
||||||
new_score_mechanism_th_medium=7
|
new_score_mechanism_th_medium=7
|
||||||
# params for '/improve --extended' mode
|
# params for '/improve --extended' mode
|
||||||
auto_extended_mode=true
|
auto_extended_mode=true
|
||||||
num_code_suggestions_per_chunk=4
|
num_code_suggestions_per_chunk=3
|
||||||
|
num_best_practice_suggestions=1 # 💎
|
||||||
max_number_of_calls = 3
|
max_number_of_calls = 3
|
||||||
parallel_calls = true
|
parallel_calls = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue