From c148e8305d58ed989e7658ff201a6f10cfdef02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Fri, 26 May 2023 00:10:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=20fix:=20fix=20bring=20back=20the=20t?= =?UTF-8?q?est=20description=20for=20func=20generation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev_gpt/options/generate/templates_user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dev_gpt/options/generate/templates_user.py b/dev_gpt/options/generate/templates_user.py index 97a574e..5004349 100644 --- a/dev_gpt/options/generate/templates_user.py +++ b/dev_gpt/options/generate/templates_user.py @@ -135,6 +135,7 @@ outputs a json dictionary string (that can be parsed with the python function js The function is called 'func' and has the following signature: def func(input_json_dict_string: str) -> str: The function must fulfill the following description: '{{microservice_description}}'. +The function must pass the following test condition: '{{test_description}}'. For the implementation use the following package(s): '{{packages}}'. The code must start with the following imports: