Upload mina_knowledge.json with huggingface_hub
Browse files- mina_knowledge.json +23 -0
mina_knowledge.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crisis_resources": {
|
| 3 |
+
"SOS_Lifeline": {
|
| 4 |
+
"phone": "1767",
|
| 5 |
+
"whatsapp": "https://wa.me/6591511767",
|
| 6 |
+
"hours": "24/7",
|
| 7 |
+
"description": "Singapore suicide prevention helpline"
|
| 8 |
+
},
|
| 9 |
+
"IMH_Crisis": {
|
| 10 |
+
"phone": "6389 2222",
|
| 11 |
+
"hours": "24/7",
|
| 12 |
+
"description": "Institute of Mental Health crisis line"
|
| 13 |
+
}
|
| 14 |
+
},
|
| 15 |
+
"capabilities": {
|
| 16 |
+
"make_phone_call": false,
|
| 17 |
+
"send_whatsapp": false,
|
| 18 |
+
"check_calendar": true,
|
| 19 |
+
"detect_scam": true,
|
| 20 |
+
"emotional_support": true,
|
| 21 |
+
"detect_crisis": true
|
| 22 |
+
}
|
| 23 |
+
}
|