Update prompts/initial_prompt.py
Browse files- prompts/initial_prompt.py +13 -9
prompts/initial_prompt.py
CHANGED
|
@@ -1,16 +1,20 @@
|
|
| 1 |
INITIAL_PROMPT = """
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
1️⃣ **Bar Model**
|
| 5 |
2️⃣ **Double Number Line**
|
| 6 |
3️⃣ **Equation-Based Approach**
|
| 7 |
|
| 8 |
-
|
| 9 |
-
|
| 10 |
|
| 11 |
-
💡 **Before receiving guidance, choose a method AND explain how you would solve it.**
|
| 12 |
🚀 **Which method would you like to use first?**
|
| 13 |
-
(Type
|
| 14 |
-
|
| 15 |
-
🔹 **Important:** The AI will not provide direct guidance until you have explained your approach.
|
| 16 |
-
"""
|
|
|
|
| 1 |
INITIAL_PROMPT = """
|
| 2 |
+
### **Welcome to the AI-Guided Math PD Chatbot!**
|
| 3 |
+
This module explores **proportional reasoning with percentages** using different methods.
|
| 4 |
+
|
| 5 |
+
🚀 **Here’s the problem:**
|
| 6 |
+
Orrin and Damen decided to invest in a local ice cream shop.
|
| 7 |
+
Orrin invests **$1,500**, which is **60%** of their total investment.
|
| 8 |
+
💡 **Your goal:** Find out how much Orrin and Damen invest together.
|
| 9 |
+
|
| 10 |
+
You may choose to solve the problem using different approaches:
|
| 11 |
1️⃣ **Bar Model**
|
| 12 |
2️⃣ **Double Number Line**
|
| 13 |
3️⃣ **Equation-Based Approach**
|
| 14 |
|
| 15 |
+
**Go ahead and choose a method that makes sense to you.**
|
| 16 |
+
After selecting a method, **describe how you would use it to solve the problem.**
|
| 17 |
|
|
|
|
| 18 |
🚀 **Which method would you like to use first?**
|
| 19 |
+
(Type **"Bar Model"**, **"Double Number Line"**, or **"Equation"** to proceed.)
|
| 20 |
+
"""
|
|
|
|
|
|