Update backend.py
Browse files- backend.py +1 -1
backend.py
CHANGED
@@ -34,7 +34,7 @@ def generate_testcases(user_story):
|
|
34 |
# Few-shot learning examples to guide the model
|
35 |
few_shot_examples = """
|
36 |
|
37 |
-
"if app is mentioned then its tech360 otherwise something like ODAC or drop bury mentioned then we need to test in ODAC Portal,generate minimum 10 testcases but can you can create more than 10 if possible with clear steps and understand the user story throughly"
|
38 |
|
39 |
Example 1:
|
40 |
User Story:
|
|
|
34 |
# Few-shot learning examples to guide the model
|
35 |
few_shot_examples = """
|
36 |
|
37 |
+
"if app is mentioned then its tech360 otherwise something like ODAC or drop bury mentioned then we need to test in ODAC Portal for postwire we can only submit postwire job through tech360 app then it will be appear in ODAC Portal ,generate minimum 10 testcases but can you can create more than 10 if possible with clear steps and understand the user story throughly"
|
38 |
|
39 |
Example 1:
|
40 |
User Story:
|