Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +5 -5
prompts/main_prompt.py
CHANGED
|
@@ -16,12 +16,12 @@ Your goal is to solve a real-world problem using different representations:
|
|
| 16 |
|
| 17 |
BAR_MODEL_PROMPT = """
|
| 18 |
### **🚀 Bar Model Approach**
|
| 19 |
-
"Great choice! The **Bar Model** is a
|
| 20 |
|
| 21 |
-
🔹 **Before I provide any guidance, please explain how you
|
| 22 |
-
- How
|
| 23 |
-
- How
|
| 24 |
-
- How
|
| 25 |
|
| 26 |
✏️ **Type your explanation, and I will provide feedback before moving forward.**
|
| 27 |
"""
|
|
|
|
| 16 |
|
| 17 |
BAR_MODEL_PROMPT = """
|
| 18 |
### **🚀 Bar Model Approach**
|
| 19 |
+
"Great choice! The **Bar Model** is a helpful tool for visualizing proportional relationships.
|
| 20 |
|
| 21 |
+
🔹 **Before I provide any hints or guidance, please explain how you would apply the Bar Model to solve this problem.**
|
| 22 |
+
- How would you set up the bar to represent the total investment?
|
| 23 |
+
- How would you use the 60% given in the problem?
|
| 24 |
+
- How would you determine the total investment from this model?
|
| 25 |
|
| 26 |
✏️ **Type your explanation, and I will provide feedback before moving forward.**
|
| 27 |
"""
|