From c0487dbb1ab8b95daa96756efeb95b81ac79d263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Wed, 3 May 2023 15:12:23 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20fix:=20docker=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/options/generate/templates_user.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/options/generate/templates_user.py b/src/options/generate/templates_user.py index 4a2e1c3..12f34e7 100644 --- a/src/options/generate/templates_user.py +++ b/src/options/generate/templates_user.py @@ -201,7 +201,9 @@ The output would be: template_summarize_error = PromptTemplate.from_template( '''Here is an error message I encountered during the docker build process: "{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). +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). +Note that you must not suggest a solution to the error. Warnings are not worth mentioning.''' )