Spaces:
Sleeping
Sleeping
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +1 -4
prompts/main_prompt.py
CHANGED
@@ -20,7 +20,6 @@ Your goal is to **solve and compare** these problems, **identify their character
|
|
20 |
📌 **Problem 3: Qualitative Reasoning Problem**
|
21 |
*"Kim is mixing paint. Yesterday, she combined **red and white paint** in a certain ratio. Today, she used **more red paint** but kept the **same amount of white paint**. How will today’s mixture compare to yesterday’s in color?"*
|
22 |
"""
|
23 |
-
|
24 |
MISSING_VALUE_PROMPT = """
|
25 |
### **🚀 Step 1: Missing Value Problem**
|
26 |
🔹 **Let's explore the problem together!**
|
@@ -42,7 +41,6 @@ MISSING_VALUE_PROMPT = """
|
|
42 |
🔹 **Once you've explained your reasoning, AI transitions naturally:**
|
43 |
*"Now that we've solved this, let’s compare different proportional relationships. How about we analyze the **numerical comparison problem** next?"*
|
44 |
"""
|
45 |
-
|
46 |
NUMERICAL_COMPARISON_PROMPT = """
|
47 |
### **🚀 Step 2: Numerical Comparison Problem**
|
48 |
🔹 **Let's compare unit prices!**
|
@@ -64,7 +62,6 @@ NUMERICAL_COMPARISON_PROMPT = """
|
|
64 |
🔹 **AI transitions naturally to the final problem:**
|
65 |
*"Great! Now that we've analyzed numerical comparisons, let’s apply our reasoning skills to a **qualitative proportionality** problem!"*
|
66 |
"""
|
67 |
-
|
68 |
QUALITATIVE_REASONING_PROMPT = """
|
69 |
### **🚀 Step 3: Qualitative Reasoning Problem**
|
70 |
🔹 **Let’s reason through this!**
|
@@ -81,4 +78,4 @@ QUALITATIVE_REASONING_PROMPT = """
|
|
81 |
- "Could you think of a real-life example where changing a ratio affects an outcome?"
|
82 |
- "How would you help a student struggling with this type of reasoning?"
|
83 |
🚀 **Great job! Now, let's reflect on what we've learned.**
|
84 |
-
"""
|
|
|
20 |
📌 **Problem 3: Qualitative Reasoning Problem**
|
21 |
*"Kim is mixing paint. Yesterday, she combined **red and white paint** in a certain ratio. Today, she used **more red paint** but kept the **same amount of white paint**. How will today’s mixture compare to yesterday’s in color?"*
|
22 |
"""
|
|
|
23 |
MISSING_VALUE_PROMPT = """
|
24 |
### **🚀 Step 1: Missing Value Problem**
|
25 |
🔹 **Let's explore the problem together!**
|
|
|
41 |
🔹 **Once you've explained your reasoning, AI transitions naturally:**
|
42 |
*"Now that we've solved this, let’s compare different proportional relationships. How about we analyze the **numerical comparison problem** next?"*
|
43 |
"""
|
|
|
44 |
NUMERICAL_COMPARISON_PROMPT = """
|
45 |
### **🚀 Step 2: Numerical Comparison Problem**
|
46 |
🔹 **Let's compare unit prices!**
|
|
|
62 |
🔹 **AI transitions naturally to the final problem:**
|
63 |
*"Great! Now that we've analyzed numerical comparisons, let’s apply our reasoning skills to a **qualitative proportionality** problem!"*
|
64 |
"""
|
|
|
65 |
QUALITATIVE_REASONING_PROMPT = """
|
66 |
### **🚀 Step 3: Qualitative Reasoning Problem**
|
67 |
🔹 **Let’s reason through this!**
|
|
|
78 |
- "Could you think of a real-life example where changing a ratio affects an outcome?"
|
79 |
- "How would you help a student struggling with this type of reasoning?"
|
80 |
🚀 **Great job! Now, let's reflect on what we've learned.**
|
81 |
+
"""
|