Spaces:
Running
Running
Upload src/ensemble_router.py with huggingface_hub
Browse files- src/ensemble_router.py +8 -0
src/ensemble_router.py
CHANGED
|
@@ -150,18 +150,26 @@ class EnsembleRouter:
|
|
| 150 |
'billing': [
|
| 151 |
'invoice is wrong', 'refund request', 'payment failed',
|
| 152 |
'billing charge incorrect', 'subscription price changed',
|
|
|
|
|
|
|
|
|
|
| 153 |
],
|
| 154 |
'technical_support': [
|
| 155 |
'api returns 500 error', 'export is broken', 'dashboard crash',
|
| 156 |
'integration timeout', 'feature not working',
|
|
|
|
| 157 |
],
|
| 158 |
'account_management': [
|
| 159 |
'reset password', 'add user account', 'sso login issue',
|
| 160 |
'change admin permission', 'locked out of account',
|
|
|
|
| 161 |
],
|
| 162 |
'feature_request': [
|
| 163 |
'please add dark mode', 'new feature request',
|
| 164 |
'need custom dashboard', 'enhancement idea',
|
|
|
|
|
|
|
|
|
|
| 165 |
],
|
| 166 |
'compliance_legal': [
|
| 167 |
'gdpr data request', 'soc 2 audit report',
|
|
|
|
| 150 |
'billing': [
|
| 151 |
'invoice is wrong', 'refund request', 'payment failed',
|
| 152 |
'billing charge incorrect', 'subscription price changed',
|
| 153 |
+
'invoice from last month shows wrong amount',
|
| 154 |
+
'please fix this billing error',
|
| 155 |
+
'invoice is wrong and needs correction',
|
| 156 |
],
|
| 157 |
'technical_support': [
|
| 158 |
'api returns 500 error', 'export is broken', 'dashboard crash',
|
| 159 |
'integration timeout', 'feature not working',
|
| 160 |
+
'export function has issues after update',
|
| 161 |
],
|
| 162 |
'account_management': [
|
| 163 |
'reset password', 'add user account', 'sso login issue',
|
| 164 |
'change admin permission', 'locked out of account',
|
| 165 |
+
'cannot access admin dashboard',
|
| 166 |
],
|
| 167 |
'feature_request': [
|
| 168 |
'please add dark mode', 'new feature request',
|
| 169 |
'need custom dashboard', 'enhancement idea',
|
| 170 |
+
'could you add dark mode to the dashboard',
|
| 171 |
+
'add dark mode in a future release',
|
| 172 |
+
'request support for a new dashboard option',
|
| 173 |
],
|
| 174 |
'compliance_legal': [
|
| 175 |
'gdpr data request', 'soc 2 audit report',
|