alibicer commited on
Commit
3415faf
·
verified ·
1 Parent(s): 436af4a

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. 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 useful visual tool for proportional reasoning.
20
 
21
- 🔹 **Before I provide any guidance, please explain how you applied the Bar Model to this problem.**
22
- - How did you represent the total investment in a bar?
23
- - How did you divide the bar to show 60% and 40%?
24
- - How did you use this model to determine the total investment?
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
  """