Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +14 -14
prompts/main_prompt.py
CHANGED
|
@@ -15,24 +15,24 @@ Orrin invests **$1,500**, which is **60%** of their total investment.
|
|
| 15 |
๐น **Equation**
|
| 16 |
|
| 17 |
๐ก **Which method would you like to use first?**
|
| 18 |
-
(*
|
| 19 |
"""
|
| 20 |
|
| 21 |
BAR_MODEL_PROMPT = """
|
| 22 |
### ๐ **Solving with a Bar Model**
|
| 23 |
Great choice! A bar model is a helpful way to visualize proportional relationships.
|
| 24 |
|
| 25 |
-
๐น **Before I provide guidance,
|
| 26 |
-
๐ก **How do you plan to
|
| 27 |
-
- How will you represent
|
| 28 |
- How will you show Orrinโs 60% investment?
|
| 29 |
- What steps will you take to find the total amount?
|
| 30 |
|
| 31 |
-
๐น **
|
| 32 |
"""
|
| 33 |
|
| 34 |
BAR_MODEL_HINTS = """
|
| 35 |
-
๐น **If you're unsure, letโs work through it step by step.**
|
| 36 |
|
| 37 |
**Step 1: Setting Up the Bar Model**
|
| 38 |
- Draw a horizontal bar representing **100% of the total investment**.
|
|
@@ -61,16 +61,16 @@ DOUBLE_NUMBER_LINE_PROMPT = """
|
|
| 61 |
### ๐ **Solving with a Double Number Line**
|
| 62 |
Great choice! A double number line is a great way to compare proportional relationships visually.
|
| 63 |
|
| 64 |
-
๐น **Before I provide guidance,
|
| 65 |
-
๐ก **How would you
|
| 66 |
- What values will you place on the top and bottom lines?
|
| 67 |
- How will you determine the missing total investment?
|
| 68 |
|
| 69 |
-
๐น **
|
| 70 |
"""
|
| 71 |
|
| 72 |
DOUBLE_NUMBER_LINE_HINTS = """
|
| 73 |
-
๐น **If you're unsure, letโs work through it step by step.**
|
| 74 |
|
| 75 |
**Step 1: Setting Up the Double Number Line**
|
| 76 |
- Draw two parallel number lines.
|
|
@@ -100,16 +100,16 @@ EQUATION_PROMPT = """
|
|
| 100 |
### ๐ **Solving with an Equation**
|
| 101 |
Great choice! Using an equation is a powerful way to solve proportional problems.
|
| 102 |
|
| 103 |
-
๐น **Before I provide guidance,
|
| 104 |
-
๐ก **How would you
|
| 105 |
- What variable will you use for the total investment?
|
| 106 |
- How will you set up the proportion?
|
| 107 |
|
| 108 |
-
๐น **
|
| 109 |
"""
|
| 110 |
|
| 111 |
EQUATION_HINTS = """
|
| 112 |
-
๐น **If you're unsure, letโs work through it step by step.**
|
| 113 |
|
| 114 |
**Step 1: Set Up the Equation**
|
| 115 |
- Since 60% of the total investment is $1,500, write the equation:
|
|
|
|
| 15 |
๐น **Equation**
|
| 16 |
|
| 17 |
๐ก **Which method would you like to use first?**
|
| 18 |
+
(*Try solving and explaining your reasoning before AI provides hints!*)
|
| 19 |
"""
|
| 20 |
|
| 21 |
BAR_MODEL_PROMPT = """
|
| 22 |
### ๐ **Solving with a Bar Model**
|
| 23 |
Great choice! A bar model is a helpful way to visualize proportional relationships.
|
| 24 |
|
| 25 |
+
๐น **Before I provide guidance, try solving the problem using a bar model.**
|
| 26 |
+
๐ก **How do you plan to use the bar model to find the total investment?**
|
| 27 |
+
- How will you represent 100% of the investment?
|
| 28 |
- How will you show Orrinโs 60% investment?
|
| 29 |
- What steps will you take to find the total amount?
|
| 30 |
|
| 31 |
+
๐น **Explain your reasoning first! If needed, I will guide you.**
|
| 32 |
"""
|
| 33 |
|
| 34 |
BAR_MODEL_HINTS = """
|
| 35 |
+
๐น **If you're unsure or need help, letโs work through it step by step.**
|
| 36 |
|
| 37 |
**Step 1: Setting Up the Bar Model**
|
| 38 |
- Draw a horizontal bar representing **100% of the total investment**.
|
|
|
|
| 61 |
### ๐ **Solving with a Double Number Line**
|
| 62 |
Great choice! A double number line is a great way to compare proportional relationships visually.
|
| 63 |
|
| 64 |
+
๐น **Before I provide guidance, try setting up a double number line to solve the problem.**
|
| 65 |
+
๐ก **How would you arrange the number line?**
|
| 66 |
- What values will you place on the top and bottom lines?
|
| 67 |
- How will you determine the missing total investment?
|
| 68 |
|
| 69 |
+
๐น **Explain your reasoning first! If needed, I will guide you.**
|
| 70 |
"""
|
| 71 |
|
| 72 |
DOUBLE_NUMBER_LINE_HINTS = """
|
| 73 |
+
๐น **If you're unsure or need help, letโs work through it step by step.**
|
| 74 |
|
| 75 |
**Step 1: Setting Up the Double Number Line**
|
| 76 |
- Draw two parallel number lines.
|
|
|
|
| 100 |
### ๐ **Solving with an Equation**
|
| 101 |
Great choice! Using an equation is a powerful way to solve proportional problems.
|
| 102 |
|
| 103 |
+
๐น **Before I provide guidance, try setting up an equation to solve the problem.**
|
| 104 |
+
๐ก **How would you represent the relationship between 60% and $1,500?**
|
| 105 |
- What variable will you use for the total investment?
|
| 106 |
- How will you set up the proportion?
|
| 107 |
|
| 108 |
+
๐น **Explain your reasoning first! If needed, I will guide you.**
|
| 109 |
"""
|
| 110 |
|
| 111 |
EQUATION_HINTS = """
|
| 112 |
+
๐น **If you're unsure or need help, letโs work through it step by step.**
|
| 113 |
|
| 114 |
**Step 1: Set Up the Equation**
|
| 115 |
- Since 60% of the total investment is $1,500, write the equation:
|