diff --git a/swarms/prompts/education.py b/swarms/prompts/education.py index 1963128d..c6807c7a 100644 --- a/swarms/prompts/education.py +++ b/swarms/prompts/education.py @@ -12,8 +12,8 @@ challenge_level = user_preferences["challenge_level"] # Curriculum Design Prompt CURRICULUM_DESIGN_PROMPT = f""" -Develop a semester-long curriculum tailored to student interests in {subjects}. Focus on incorporating diverse teaching methods suitable for a {learning_style} learning style. -The curriculum should challenge students at a {challenge_level} level, integrating both theoretical knowledge and practical applications. Provide a detailed structure, including +Develop a semester-long curriculum tailored to student interests in {subjects}. Focus on incorporating diverse teaching methods suitable for a {learning_style} learning style. +The curriculum should challenge students at a {challenge_level} level, integrating both theoretical knowledge and practical applications. Provide a detailed structure, including weekly topics, key objectives, and essential resources needed. """ @@ -29,6 +29,6 @@ Create a comprehensive sample test for the first week of the {subjects} curricul # Image Generation for Education Prompt IMAGE_GENERATION_PROMPT = f""" -Develop a stable diffusion prompt for an educational image/visual aid that align with the {subjects} curriculum, specifically designed to enhance understanding for students with a {learning_style} +Develop a stable diffusion prompt for an educational image/visual aid that align with the {subjects} curriculum, specifically designed to enhance understanding for students with a {learning_style} learning style. This might include diagrams, infographics, and illustrative representations to simplify complex concepts. Ensure you output a 10/10 descriptive image generation prompt only. """