alibicer commited on
Commit
6a6e717
·
verified ·
1 Parent(s): b0c71de

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +13 -9
prompts/initial_prompt.py CHANGED
@@ -1,16 +1,20 @@
1
  INITIAL_PROMPT = """
2
- "Welcome to this module on proportional reasoning with percentages!
3
- Your goal is to solve a real-world problem using different representations:
 
 
 
 
 
 
 
4
  1️⃣ **Bar Model**
5
  2️⃣ **Double Number Line**
6
  3️⃣ **Equation-Based Approach**
7
 
8
- 🚀 **Here’s the problem:**
9
- Orrin and Damen decided to invest money in a local ice cream shop. Orrin invests $1,500, which is 60% of their total investment. How much do Orrin and Damen invest together?
10
 
11
- 💡 **Before receiving guidance, choose a method AND explain how you would solve it.**
12
  🚀 **Which method would you like to use first?**
13
- (Type 'Bar Model,' 'Double Number Line,' or 'Equation' and then describe how you would apply it.)
14
-
15
- 🔹 **Important:** The AI will not provide direct guidance until you have explained your approach.
16
- """
 
1
  INITIAL_PROMPT = """
2
+ ### **Welcome to the AI-Guided Math PD Chatbot!**
3
+ This module explores **proportional reasoning with percentages** using different methods.
4
+
5
+ 🚀 **Here’s the problem:**
6
+ Orrin and Damen decided to invest in a local ice cream shop.
7
+ Orrin invests **$1,500**, which is **60%** of their total investment.
8
+ 💡 **Your goal:** Find out how much Orrin and Damen invest together.
9
+
10
+ You may choose to solve the problem using different approaches:
11
  1️⃣ **Bar Model**
12
  2️⃣ **Double Number Line**
13
  3️⃣ **Equation-Based Approach**
14
 
15
+ **Go ahead and choose a method that makes sense to you.**
16
+ After selecting a method, **describe how you would use it to solve the problem.**
17
 
 
18
  🚀 **Which method would you like to use first?**
19
+ (Type **"Bar Model"**, **"Double Number Line"**, or **"Equation"** to proceed.)
20
+ """