From ccec88bba9170ad7ea02dc0e4786f409f8029946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sat, 27 May 2023 09:34:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20refactor:=20extend=20base=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev_gpt/options/generate/templates_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_gpt/options/generate/templates_user.py b/dev_gpt/options/generate/templates_user.py index 97a574e..9187d45 100644 --- a/dev_gpt/options/generate/templates_user.py +++ b/dev_gpt/options/generate/templates_user.py @@ -232,7 +232,7 @@ template_summarize_error = PromptTemplate.from_template( "{error}" Your task is to summarize the error message as compact and informative as possible \ while maintaining all information necessary to debug the core issue (100 words). -It should also provide some additional context regarding the specific file and line number where the error occurred. \ +It should also provide some additional context regarding the specific file. \ Note that you must not suggest a solution to the error. Warnings are not worth mentioning.''' )