mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-21 04:50:39 +08:00
docs: add num_best_practice_suggestions parameter to improve tool configuration table
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user