From 248c6b13be3bb7150b1d107000e853cafc479e63 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 4 Mar 2024 07:56:44 +0200 Subject: [PATCH] Update suggestion content in pr_code_suggestions_prompts.toml --- pr_agent/settings/pr_code_suggestions_prompts.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/settings/pr_code_suggestions_prompts.toml b/pr_agent/settings/pr_code_suggestions_prompts.toml index 22a699ec..8e29b5a9 100644 --- a/pr_agent/settings/pr_code_suggestions_prompts.toml +++ b/pr_agent/settings/pr_code_suggestions_prompts.toml @@ -77,7 +77,7 @@ code_suggestions: language: | python suggestion_content: | - Add a docstring to func1() + ... {%- if summarize_mode %} existing_code: | def func1():