Add focus_only_on_problems setting for targeted code suggestions

This commit is contained in:
mrT23
2024-11-06 21:22:58 +02:00
parent e650fe9ce9
commit d2663f959a
3 changed files with 25 additions and 3 deletions

View File

@ -107,10 +107,11 @@ enable_help_text=false
[pr_code_suggestions] # /improve #
max_context_tokens=14000
max_context_tokens=16000
#
commitable_code_suggestions = false
dual_publishing_score_threshold=-1 # -1 to disable, [0-10] to set the threshold (>=) for publishing a code suggestion both in a table and as commitable
focus_only_on_problems=false
#
extra_instructions = ""
rank_suggestions = false