Spaces:
Runtime error
Runtime error
File size: 525 Bytes
b94ec37 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
TASKS = {
"easy": {
"query": "I forgot my password",
"expected_category": "account",
"expected_action": "respond",
"difficulty": "easy"
},
"medium": {
"query": "I was charged twice",
"expected_category": "billing",
"expected_action": "resolve",
"difficulty": "medium"
},
"hard": {
"query": "My account was hacked",
"expected_category": "security",
"expected_action": "escalate",
"difficulty": "hard"
}
}
|