Spaces:
Sleeping
Sleeping
Hotfix string
Browse files- app/assistants.py +1 -1
app/assistants.py
CHANGED
|
@@ -676,7 +676,7 @@ class Assistant:
|
|
| 676 |
user_info = '** If the user asks for their progress, also include a link to their Revelation Dashboard: {OURCOACH_DASHBOARD_URL} so that they can find out more **\n\n'
|
| 677 |
if category == "personal":
|
| 678 |
user_info += f"** Personal Information **\n\n{self.cm.user.user_info}"
|
| 679 |
-
user_info += f"\n\n** User's Mantra This Week:**\n\n{self.cm.user.mantra or
|
| 680 |
elif category == "challenges":
|
| 681 |
user_info += f"** User's Challenges (prioritise ONGOING challenges) **\n\n{self.cm.user.challenges}\n\nLet the user know that ongoing challenges from their growth guide will be integrated into their day-to-day interaction."
|
| 682 |
elif category == "recommended_actions":
|
|
|
|
| 676 |
user_info = '** If the user asks for their progress, also include a link to their Revelation Dashboard: {OURCOACH_DASHBOARD_URL} so that they can find out more **\n\n'
|
| 677 |
if category == "personal":
|
| 678 |
user_info += f"** Personal Information **\n\n{self.cm.user.user_info}"
|
| 679 |
+
user_info += f"\n\n** User's Mantra This Week:**\n\n{self.cm.user.mantra or 'Mantra not available.'}"
|
| 680 |
elif category == "challenges":
|
| 681 |
user_info += f"** User's Challenges (prioritise ONGOING challenges) **\n\n{self.cm.user.challenges}\n\nLet the user know that ongoing challenges from their growth guide will be integrated into their day-to-day interaction."
|
| 682 |
elif category == "recommended_actions":
|