alibicer commited on
Commit
804e705
·
verified ·
1 Parent(s): a4d9997

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +12 -14
prompts/initial_prompt.py CHANGED
@@ -1,18 +1,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
- 🚀 **Once you select a method, please explain how you would apply it before receiving any guidance.**
17
- (Type **"Bar Model"**, **"Double Number Line"**, or **"Equation"** to proceed.)
18
- """
 
1
  INITIAL_PROMPT = """
2
+ "Welcome to this module on proportional reasoning with percentages!
3
+ Your task is to solve the following problem using different representations and connect the proportional relationship to the meaning of the problem."
4
 
5
+ 🚀 **Problem:**
6
+ Orrin and Damen decided to invest money in a local ice cream shop. Orrin invests $1,500, which is 60% of their total investment.
7
+ **How much do Orrin and Damen invest together?**
 
8
 
9
+ 📌 **How to proceed:**
10
+ ✅ **Step 1:** Choose a method (**Bar Model, Double Number Line, or Equation**).
11
+ ✅ **Step 2:** **Explain your thought process before receiving guidance.**
12
+ ✅ **Step 3:** AI will provide **feedback on your explanation** before offering hints or solutions.
13
 
14
+ 💡 **Remember:** Using multiple representations can help you and your students visualize and make connections between concepts.
15
+ ✏️ **Now, choose a method and explain your approach!**
16
+ """