Update chain_reports.py
Browse files- chain_reports.py +7 -0
chain_reports.py
CHANGED
@@ -10,6 +10,13 @@ report_prompt_template = PromptTemplate(
|
|
10 |
"{qa_summary}\n\n"
|
11 |
"Based on these answers, provide a brief, actionable wellness report. "
|
12 |
"Include simple suggestions to improve their sleep, exercise, stress management, and diet. "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"Also consider aspects of therapy, maintaining a balanced weight, addressing restless nights, "
|
14 |
"overcoming lack of motivation, improving gut health, managing anxiety, and preventing burnout. "
|
15 |
"Be concise and helpful.\n\n"
|
|
|
10 |
"{qa_summary}\n\n"
|
11 |
"Based on these answers, provide a brief, actionable wellness report. "
|
12 |
"Include simple suggestions to improve their sleep, exercise, stress management, and diet. "
|
13 |
+
"Consider recommending wellness packages if applicable based on the user's needs, for instance:\n"
|
14 |
+
"- Fitness & Mobility for exercise-related concerns\n"
|
15 |
+
"- No More Insomnia for sleep issues\n"
|
16 |
+
"- Focus Flow for productivity issues\n"
|
17 |
+
"- Boost Energy for low energy\n"
|
18 |
+
"- Chronic Care for long-term chronic conditions\n"
|
19 |
+
"- Mental Wellness for stress and anxiety reduction\n\n"
|
20 |
"Also consider aspects of therapy, maintaining a balanced weight, addressing restless nights, "
|
21 |
"overcoming lack of motivation, improving gut health, managing anxiety, and preventing burnout. "
|
22 |
"Be concise and helpful.\n\n"
|