ArvindSelvaraj commited on
Commit
d03af90
1 Parent(s): a76211f

Update backend.py

Browse files
Files changed (1) hide show
  1. backend.py +2 -2
backend.py CHANGED
@@ -34,11 +34,11 @@ def generate_testcases(user_story):
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
- "Give minimum 5 steps for each testcase,steps should be valid and correct"
42
  """
43
 
44
  # 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 Story, then 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
+ "Give correct and valid steps minimum 3 steps"
42
  """
43
 
44
  # Combine the few-shot examples with the user story for the model to process