Spaces:
Runtime error
Runtime error
Errolmking
commited on
Commit
·
cbcdc6e
1
Parent(s):
843e388
Update app.py
Browse files
app.py
CHANGED
@@ -174,12 +174,12 @@ unit_generator_prompt = """
|
|
174 |
unit_generator = Agent(prompt_template=unit_generator_prompt)
|
175 |
|
176 |
lesson_idea_generator_prompt = """
|
177 |
-
Below is a
|
178 |
$$$
|
179 |
{input}
|
180 |
$$$
|
181 |
Use this unit definition to generate a list of 10 learning activity ideas inspired by different pedagogies. ( play-based, project-based, game-based, etc.)
|
182 |
-
Each idea should include a title, a one sentence description of the activity, a one sentence description of how it addresses key concepts from the unit.
|
183 |
"""
|
184 |
|
185 |
lesson_idea_generator = Agent(prompt_template=lesson_idea_generator_prompt)
|
|
|
174 |
unit_generator = Agent(prompt_template=unit_generator_prompt)
|
175 |
|
176 |
lesson_idea_generator_prompt = """
|
177 |
+
Below is a detailed description of a curriculum unit ( delimited by the triple dollar signs).
|
178 |
$$$
|
179 |
{input}
|
180 |
$$$
|
181 |
Use this unit definition to generate a list of 10 learning activity ideas inspired by different pedagogies. ( play-based, project-based, game-based, etc.)
|
182 |
+
Each idea should include a title, a one sentence description of the activity, a one sentence description of how it addresses key concepts from the unit, making reference to the unit description.
|
183 |
"""
|
184 |
|
185 |
lesson_idea_generator = Agent(prompt_template=lesson_idea_generator_prompt)
|