mathchatbot-v4-simple / prompts /initial_prompt.py
alibicer's picture
Update prompts/initial_prompt.py
6a6e717 verified
raw
history blame
851 Bytes
INITIAL_PROMPT = """
### **Welcome to the AI-Guided Math PD Chatbot!**
This module explores **proportional reasoning with percentages** using different methods.
🚀 **Here’s the problem:**
Orrin and Damen decided to invest in a local ice cream shop.
Orrin invests **$1,500**, which is **60%** of their total investment.
💡 **Your goal:** Find out how much Orrin and Damen invest together.
You may choose to solve the problem using different approaches:
1️⃣ **Bar Model**
2️⃣ **Double Number Line**
3️⃣ **Equation-Based Approach**
**Go ahead and choose a method that makes sense to you.**
After selecting a method, **describe how you would use it to solve the problem.**
🚀 **Which method would you like to use first?**
(Type **"Bar Model"**, **"Double Number Line"**, or **"Equation"** to proceed.)
"""