Phoenix21 commited on
Commit
6d02a71
·
verified ·
1 Parent(s): 6887e24

added package info for the all the packages (#1)

Browse files

- added package info for the all the packages (e1c5960775792028f1432199984be9b68d009f9c)

Files changed (1) hide show
  1. chain_problems.py +22 -3
chain_problems.py CHANGED
@@ -16,8 +16,27 @@ problem_prompt_template = PromptTemplate(
16
  "{internal_report}\n\n"
17
  "From these inputs, determine a 'problem severity percentage' for the user in the following areas: "
18
  "stress_management, low_therapy, balanced_weight, restless_night, lack_of_motivation, gut_health, anxiety, burnout.\n\n"
19
- "Consider how these severity percentages will later be used to recommend suitable wellness packages such as "
20
- "'Fitness & Mobility', 'No More Insomnia', 'Focus Flow', 'Boost Energy', 'Chronic Care', and 'Mental Wellness'.\n\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  "Consider the following connections between the questions and these themes:\n"
22
  "- stress_management is influenced by responses such as stress_level, stress_management, mood, mindfulness_frequency, and similar stress-related questions.\n"
23
  "- low_therapy relates to aspects of the user's mindset, wellness_goals, personal_growth_reflection, and similar therapeutic indicators.\n"
@@ -72,4 +91,4 @@ def analyze_problems_with_chain(responses: Dict[str, str], internal_report: str)
72
  "gut_health": 0.0,
73
  "anxiety": 0.0,
74
  "burnout": 0.0
75
- }
 
16
  "{internal_report}\n\n"
17
  "From these inputs, determine a 'problem severity percentage' for the user in the following areas: "
18
  "stress_management, low_therapy, balanced_weight, restless_night, lack_of_motivation, gut_health, anxiety, burnout.\n\n"
19
+ "Consider how these severity percentages will later be used to recommend suitable wellness packages such as:\n\n"
20
+ "1. Fitness Mobility:\n"
21
+ "Our Fitness Mobility Package is designed to help you move better, feel stronger, and embrace an active lifestyle. This comprehensive program focuses on improving your flexibility, strength, and joint mobility through tailored exercises, mindful movement, and practical guidance.\n"
22
+ "With a mix of yoga-inspired stretches, mobility drills, and functional exercises, this package aims to enhance your body's natural range of motion, reduce stiffness, and support injury prevention. Whether you're a beginner or a fitness enthusiast, our program is adaptable to all levels and lifestyles.\n\n"
23
+ "2. Balance Weight:\n"
24
+ "Achieve a healthier, more balanced weight with our Balance Weight Package—a holistic approach to weight management that prioritizes your overall well-being. This program combines personalized nutrition guidance, effective workout routines, and mindful lifestyle practices to help you reach and maintain your ideal weight sustainably.\n"
25
+ "With expert tips on portion control, meal planning, and calorie balance, along with strategies to boost your metabolism and build strength, this package is perfect for anyone looking to shed extra weight or build healthy habits.\n\n"
26
+ "3. No More Insomnia:\n"
27
+ "Say goodbye to restless nights with our No More Insomnia Package—designed to help you enjoy deep, rejuvenating sleep every night. This comprehensive program focuses on restoring your natural sleep cycle through proven techniques like guided relaxation, breathing exercises, and mindfulness practices.\n"
28
+ "Explore the benefits of calming nighttime routines, sleep-friendly nutrition, and stress management tools, all tailored to help you fall asleep faster and wake up feeling refreshed. Whether you're battling occasional sleeplessness or chronic insomnia, this package empowers you to reclaim your rest naturally and effectively.\n\n"
29
+ "4. Chronic Care:\n"
30
+ "Manage chronic conditions with ease and confidence through our Chronic Care Package, thoughtfully designed to support your long-term health and well-being. This package provides a holistic approach to managing conditions like diabetes, hypertension, arthritis, and more by combining expert wellness guidance with practical, sustainable strategies.\n"
31
+ "Discover personalized nutrition plans, stress-relief techniques, gentle mobility exercises, and mindfulness practices tailored to your needs. Our focus is on empowering you to lead a healthier, more active life while minimizing discomfort and promoting overall vitality.\n\n"
32
+ "5. Mental Wellness:\n"
33
+ "Prioritize your peace of mind with our Mental Wellness Package, crafted to help you navigate stress, anxiety, and emotional challenges while fostering a calm and balanced life. This package integrates ancient practices with modern techniques, offering a well-rounded approach to mental well-being.\n"
34
+ "Explore guided meditation, breathing exercises, and mindfulness techniques designed to reduce stress and enhance focus. Pair these with personalized self-care routines, Ayurvedic insights, and strategies for improving sleep quality to rejuvenate your mind and body.\n"
35
+ "Take the first step toward emotional resilience and inner harmony—because your mental health matters.\n\n"
36
+ "6. Focus Flow:\n"
37
+ "Unlock your productivity potential with the Focus Flow Package, designed to sharpen your concentration, boost creativity, and help you achieve a state of effortless focus. Whether you're tackling work, studies, or creative pursuits, this package provides tools to elevate your mental clarity and efficiency.\n"
38
+ "Delve into focus-enhancing meditation techniques, mindful breathing exercises, and brain-boosting nutritional guidance. With insights from yoga and Ayurveda, you'll learn how to create an environment and routine that supports sustained attention and peak performance.\n"
39
+ "Step into the flow and get more done—without the overwhelm!\n\n"
40
  "Consider the following connections between the questions and these themes:\n"
41
  "- stress_management is influenced by responses such as stress_level, stress_management, mood, mindfulness_frequency, and similar stress-related questions.\n"
42
  "- low_therapy relates to aspects of the user's mindset, wellness_goals, personal_growth_reflection, and similar therapeutic indicators.\n"
 
91
  "gut_health": 0.0,
92
  "anxiety": 0.0,
93
  "burnout": 0.0
94
+ }