ArvindSelvaraj commited on
Commit
e71685b
1 Parent(s): 3024d67

Update backend.py

Browse files
Files changed (1) hide show
  1. backend.py +2 -2
backend.py CHANGED
@@ -34,10 +34,10 @@ def generate_testcases(user_story):
34
  # Few-shot learning examples to guide the model
35
  few_shot_examples = """
36
 
37
- "App we perform testing is Tech360 iOS App"
38
  "Generate as many as testcases possible minimum 6 ,maximum it can be anything"
39
  "Understand the story thoroughly"
40
- "If it's a DropBury or ODAC Portal User Story, then we test in ODAC Portal"
41
  """
42
 
43
  # Combine the few-shot examples with the user story for the model to process
 
34
  # Few-shot learning examples to guide the model
35
  few_shot_examples = """
36
 
37
+ "if its not a DropBury or ODAC Portal User Storythen we perform testing in Tech360 iOS App"
38
  "Generate as many as testcases possible minimum 6 ,maximum it can be anything"
39
  "Understand the story thoroughly"
40
+ "If it's a DropBury or ODAC Portal User Story, then we perform testing in ODAC Portal"
41
  """
42
 
43
  # Combine the few-shot examples with the user story for the model to process