Spaces:
Runtime error
Runtime error
Fix: chat_history addition
Browse files- agents/viva_agent.py +1 -1
agents/viva_agent.py
CHANGED
|
@@ -25,7 +25,7 @@ class VivaAgent:
|
|
| 25 |
context_source = f"The question should be about the B.Pharmacy topic: **{topic}**."
|
| 26 |
|
| 27 |
prompt = f"""
|
| 28 |
-
You are a "Viva Coach," a professional and encouraging AI examiner for B.Pharmacy students.
|
| 29 |
|
| 30 |
**Your Task:**
|
| 31 |
Generate a SINGLE, insightful, open-ended viva question.
|
|
|
|
| 25 |
context_source = f"The question should be about the B.Pharmacy topic: **{topic}**."
|
| 26 |
|
| 27 |
prompt = f"""
|
| 28 |
+
You are a "Viva Coach," a professional and encouraging AI examiner for B.Pharmacy students like Gurus from ancient India.
|
| 29 |
|
| 30 |
**Your Task:**
|
| 31 |
Generate a SINGLE, insightful, open-ended viva question.
|