fix: fix bring back the test description for func generation

This commit is contained in:
Florian Hönicke
2023-05-26 12:49:46 +02:00
parent 3e25d89c57
commit df7e6f41cb
6 changed files with 42 additions and 17 deletions

View File

@@ -66,7 +66,7 @@ Description of the microservice:
'Microservice description': microservice_description,
},
condition_question='''\
Does the microservice send requests to an API beside the Google Custom Search API and gpt-3.5-turbo?''',
Does the microservice send requests to an API beside the google_custom_search and gpt_3_5_turbo?''',
question_gen='Generate a question that asks for the endpoint of the external API and an example of a request and response when interacting with the external API.',
extension_name='Example of API usage',
post_transformation_fn=translation(from_format='api instruction', to_format='python code snippet raw without formatting')