alibicer commited on
Commit
7ac8729
·
verified ·
1 Parent(s): b732d7e

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +3 -3
prompts/main_prompt.py CHANGED
@@ -20,7 +20,7 @@ def get_prompt_for_method(method):
20
  return """
21
  ### **Bar Model Approach**
22
  Great choice! The Bar Model is a useful way to visualize proportions and percentages.
23
- 💡 **Now, apply the Bar Model and explain your procedure. How would you use it to solve this problem?**
24
  The AI will assist you after you describe your approach.
25
  """
26
 
@@ -28,7 +28,7 @@ The AI will assist you after you describe your approach.
28
  return """
29
  ### **Double Number Line Approach**
30
  Great choice! The Double Number Line helps align percentage values with real-world quantities.
31
- 💡 **Now, apply the Double Number Line and explain your procedure. How would you use it to solve this problem?**
32
  The AI will assist you after you describe your approach.
33
  """
34
 
@@ -36,7 +36,7 @@ The AI will assist you after you describe your approach.
36
  return """
37
  ### **Equation-Based Approach**
38
  Great choice! Setting up an equation is a powerful way to represent proportional relationships.
39
- 💡 **Now, apply the equation method and explain your procedure. How would you set it up to solve this problem?**
40
  The AI will assist you after you describe your approach.
41
  """
42
 
 
20
  return """
21
  ### **Bar Model Approach**
22
  Great choice! The Bar Model is a useful way to visualize proportions and percentages.
23
+ 💡 **Now, apply the Bar Model and explain your process.** How would you use it to solve this problem?
24
  The AI will assist you after you describe your approach.
25
  """
26
 
 
28
  return """
29
  ### **Double Number Line Approach**
30
  Great choice! The Double Number Line helps align percentage values with real-world quantities.
31
+ 💡 **Now, apply the Double Number Line and explain your process.** How would you use it to solve this problem?
32
  The AI will assist you after you describe your approach.
33
  """
34
 
 
36
  return """
37
  ### **Equation-Based Approach**
38
  Great choice! Setting up an equation is a powerful way to represent proportional relationships.
39
+ 💡 **Now, apply the equation method and explain your process.** How would you set it up to solve this problem?
40
  The AI will assist you after you describe your approach.
41
  """
42