Spaces:
Running
Running
Commit
·
d14e224
1
Parent(s):
ccc1a48
Update prompt
Browse files
main.py
CHANGED
@@ -869,6 +869,7 @@ class HealthcareChatbot:
|
|
869 |
"endpoints_documentation": json.dumps(self.endpoints_documentation, indent=2),
|
870 |
"current_datetime": datetime.now().strftime('%Y-%m-%dT%H:%M:%S'),
|
871 |
"timezone": "UTC",
|
|
|
872 |
})
|
873 |
|
874 |
# Parse router response
|
|
|
869 |
"endpoints_documentation": json.dumps(self.endpoints_documentation, indent=2),
|
870 |
"current_datetime": datetime.now().strftime('%Y-%m-%dT%H:%M:%S'),
|
871 |
"timezone": "UTC",
|
872 |
+
"current_day_name": datetime.now().strftime('%A'),
|
873 |
})
|
874 |
|
875 |
# Parse router response
|