From 8ff8b1d48ec6931ddcc250864d16a1845f6879a3 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Tue, 1 Oct 2024 08:22:28 +0300 Subject: [PATCH] default --- pr_agent/settings/configuration.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/settings/configuration.toml b/pr_agent/settings/configuration.toml index fb90685b..5f4e14ab 100644 --- a/pr_agent/settings/configuration.toml +++ b/pr_agent/settings/configuration.toml @@ -111,7 +111,7 @@ enable_help_text=false max_context_tokens=14000 # commitable_code_suggestions = false -dual_publishing_score_threshold=7 # -1 to disable, [0-10] to set the threshold (>=) for publishing a code suggestion both in a table and as commitable +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 # extra_instructions = "" rank_suggestions = false