mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-20 07:04:20 +01:00
⏪ fix: fix bring back the test description for func generation
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user