fix: fix bring back the test description for func generation

This commit is contained in:
Florian Hönicke
2023-05-26 00:10:50 +02:00
parent d2e09f882b
commit c148e8305d

View File

@@ -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: The function is called 'func' and has the following signature:
def func(input_json_dict_string: str) -> str: def func(input_json_dict_string: str) -> str:
The function must fulfill the following description: '{{microservice_description}}'. 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}}'. For the implementation use the following package(s): '{{packages}}'.
The code must start with the following imports: The code must start with the following imports: