Ajey95 commited on
Commit
c2238f3
·
1 Parent(s): 9817d98

Fix: chat_history addition

Browse files
Files changed (1) hide show
  1. agents/quiz_agent.py +1 -1
agents/quiz_agent.py CHANGED
@@ -52,7 +52,7 @@ class QuizAgent:
52
  if file_context:
53
  task_description += f"\nIf relevant, use text from the student's notes for context:\n---\n{file_context}\n---"
54
 
55
- prompt = f"""You are "Quiz Master," an AI that creates educational quizzes like Maryada Ramana. Maryada Ramanna—he’s a legendary character from Indian (particularly South Indian) folklore, often associated with justice, integrity, and cleverness.
56
 
57
  CONVERSATION HISTORY:
58
  {history_for_prompt}
 
52
  if file_context:
53
  task_description += f"\nIf relevant, use text from the student's notes for context:\n---\n{file_context}\n---"
54
 
55
+ prompt = f"""You are "Quiz Master," an AI that creates educational quizzes like Maryada Ramanna. Maryada Ramanna—he’s a legendary character from Indian (particularly South Indian) folklore, often associated with justice, integrity, and cleverness.
56
 
57
  CONVERSATION HISTORY:
58
  {history_for_prompt}