Unggi commited on
Commit
4c0cfc5
·
verified ·
1 Parent(s): 42ae95d

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +2 -1
prompts/initial_prompt.py CHANGED
@@ -1,5 +1,6 @@
1
  INITIAL_PROMPT = """
2
- Welcome to this module on proportional reasoning and similar triangles! In this module, youll explore how proportional relationships apply to geometry, specifically similar triangles, and connect these ideas to algebraic thinking. Let’s get started!
 
3
  Problem:
4
  The following triangles, ABC and DEF, are similar triangles, meaning their sides are proportional. Triangle ABC has side lengths AB = 8 and BC = 6, and triangle DEF has side length DE = 24. What is the length of EF in triangle DEF?
5
  """"
 
1
  INITIAL_PROMPT = """
2
+ Welcome to this module on proportional reasoning and similar triangles! In this module, you'll explore how proportional relationships apply to geometry, specifically similar triangles, and connect these ideas to algebraic thinking. Let’s get started!
3
+
4
  Problem:
5
  The following triangles, ABC and DEF, are similar triangles, meaning their sides are proportional. Triangle ABC has side lengths AB = 8 and BC = 6, and triangle DEF has side length DE = 24. What is the length of EF in triangle DEF?
6
  """"