mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +08:00
improve --extend
This commit is contained in:
@ -31,14 +31,12 @@ extra_instructions = ""
|
||||
[pr_code_suggestions] # /improve #
|
||||
num_code_suggestions=4
|
||||
extra_instructions = ""
|
||||
|
||||
[pr_extendeted_code_suggestions] # /extended_improve #
|
||||
rank_suggestions = false
|
||||
# params for '/improve --extended' mode
|
||||
num_code_suggestions_per_chunk=8
|
||||
extra_instructions = ""
|
||||
rank_extended_suggestions = true
|
||||
max_number_of_calls = 5
|
||||
rank_suggestions = true
|
||||
final_clip_factor = 0.5
|
||||
|
||||
final_clip_factor = 0.9
|
||||
|
||||
[pr_update_changelog] # /update_changelog #
|
||||
push_changelog_changes=false
|
||||
|
Reference in New Issue
Block a user