From 2e3431e667df5dd543ea8e6ddba29119c9250242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sat, 13 May 2023 21:43:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=B0=20feat:=20avoid=20loop?= 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 45ad093..3f6a07f 100644 --- a/dev_gpt/options/generate/templates_user.py +++ b/dev_gpt/options/generate/templates_user.py @@ -37,7 +37,7 @@ The executor name must fulfill the following criteria: - only consists of lower and upper case characters - end with Executor. -The name is witten in the following format: +Your response must exactly match the following block code format (double asterisks for the file name and triple backticks for the file block): **name.txt** ```