Update prompts/initial_prompt.py
Browse files- prompts/initial_prompt.py +11 -7
prompts/initial_prompt.py
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
INITIAL_PROMPT = """
|
2 |
-
"Welcome to this module on proportional reasoning with percentages!
|
|
|
|
|
3 |
|
4 |
-
🚀 **Problem:**
|
5 |
-
Orrin and Damen decided to invest money in a local ice cream shop.
|
6 |
-
|
|
|
7 |
|
8 |
-
💡 **
|
9 |
-
|
10 |
-
|
|
|
11 |
"""
|
|
|
1 |
INITIAL_PROMPT = """
|
2 |
+
"Welcome to this module on proportional reasoning with percentages!
|
3 |
+
Your task is to solve the following problem using different representations
|
4 |
+
and connect the proportional relationship to the meaning of the problem."
|
5 |
|
6 |
+
🚀 **Problem:**
|
7 |
+
Orrin and Damen decided to invest money in a local ice cream shop.
|
8 |
+
Orrin invests **$1,500**, which is **60%** of their total investment.
|
9 |
+
**How much do Orrin and Damen invest together?**
|
10 |
|
11 |
+
💡 **We will proceed in steps:**
|
12 |
+
1️⃣ **Choose a method (Bar Model, Double Number Line, or Equation).**
|
13 |
+
2️⃣ **Explain your reasoning before receiving guidance.**
|
14 |
+
3️⃣ **The AI will provide feedback based on your explanation.**
|
15 |
"""
|