NavyDevilDoc commited on
Commit
a30addc
·
verified ·
1 Parent(s): e9fa08c

Update src/core/QuizEngine.py

Browse files
Files changed (1) hide show
  1. src/core/QuizEngine.py +1 -1
src/core/QuizEngine.py CHANGED
@@ -113,7 +113,7 @@ class QuizEngine:
113
 
114
  return None
115
 
116
- def construct_question_generation_prompt(self, context_text):
117
  """
118
  REVISED PROMPT: Few-Shot Pattern Matching.
119
  Includes specific examples to guide the model towards 'Board-Style' complexity.
 
113
 
114
  return None
115
 
116
+ def construct_question_generation_prompt(self, context_text):
117
  """
118
  REVISED PROMPT: Few-Shot Pattern Matching.
119
  Includes specific examples to guide the model towards 'Board-Style' complexity.