forked from Azure-Samples/contoso-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalltestdata.jsonl
12 lines (12 loc) · 1.47 KB
/
alltestdata.jsonl
1
2
3
4
5
6
7
8
9
10
11
12
{ "customerId": "4", "question": "tell me about your hiking jackets", "chat_history": [], "intent": "chat"}
{ "customerId": "1", "question": "Do you have any climbing gear?", "chat_history": [], "intent": "chat" }
{ "customerId": "3", "question": "Can you tell me about your selection of tents?", "chat_history": [], "intent": "chat" }
{ "customerId": "6", "question": "Do you have any hiking boots?", "chat_history": [], "intent": "chat" }
{ "customerId": "2", "question": "What gear do you recommend for hiking?", "chat_history": [], "intent": "chat" }
{"customerId": "7", "question": "what is the temperature rating of my sleeping bag?", "chat_history": [], "intent": "support"}
{"customerId": "7", "question": "what is the temperature rating of the cozynights sleeping bag?", "chat_history": [], "intent": "support"}
{"customerId": "8", "question": "what is the waterproof rating of the tent I bought?", "chat_history": [], "intent": "support"}
{"customerId": "8", "question": "what is the waterproof rating of the TrailMaster X4 Tent's rainfly?", "chat_history": [], "intent": "support"}
{"customerId": "2", "question": "What is your return or exchange policy?", "chat_history": [], "intent": "support" }
{"customerId": "6", "question": "is the jacket I bought machine washable?", "chat_history": [], "intent": "support"}
{"customerId": "8", "question": "I would like to return the tent I bought. It is used but I still want to return it since the roof leaks.", "chat_history": [], "intent": "support"}