From 33691719e923019549a3db1df64c1c67df520f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Wed, 10 May 2023 13:42:07 +0200 Subject: [PATCH] refactor: cleanup --- dev_gpt/options/generate/pm/pm.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev_gpt/options/generate/pm/pm.py b/dev_gpt/options/generate/pm/pm.py index 13e8b3e..2e6dd1c 100644 --- a/dev_gpt/options/generate/pm/pm.py +++ b/dev_gpt/options/generate/pm/pm.py @@ -373,7 +373,10 @@ Response json schema: ``` Generate the description of the test scenario for the microservice that asserts that the output is of the correct python type for a given input. Note: you must only output the test description - nothing else. -Note: you must not use any formatting like triple backticks.''' +Note: you must not use any formatting like triple backticks. +Note: the generated description must be around 30 words long. +Example: +"Input is a base64 encoded image. The test asserts that the output is of type 'str'".''' if __name__ == '__main__': gpt_session = gpt.GPTSession('GPT-3.5-turbo')