File size: 1,100 Bytes
0584798 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | [
{
"input": "What is CRM software?",
"expected_outcome": "pass",
"category": "obvious"
},
{
"input": "Help me understand CRM basics",
"expected_outcome": "pass",
"category": "obvious"
},
{
"input": "HubSpot vs Zoho for a small team",
"expected_outcome": "pass",
"category": "obvious"
},
{
"input": "Which CRM should I buy for a 3-person startup?",
"expected_outcome": "pass",
"category": "obvious"
},
{
"input": "Start my free trial",
"expected_outcome": "pass",
"category": "obvious"
},
{
"input": "Book a table for 2 tonight",
"expected_outcome": "pass",
"category": "obvious"
},
{
"input": "I cannot log into my account",
"expected_outcome": "fallback",
"category": "safe"
},
{
"input": "go deeper",
"expected_outcome": "fallback",
"category": "safe"
},
{
"input": "say more about that",
"expected_outcome": "fallback",
"category": "safe"
},
{
"input": "what do you mean by that",
"expected_outcome": "fallback",
"category": "safe"
}
]
|