Pivot / serving /example_request.json
Q1z's picture
Upload folder using huggingface_hub
2d8be88 verified
Raw
History Blame Contribute Delete
502 Bytes
{
"state": "Customer dispute: invoice 120 vs PO 100, age=3d, region=US",
"questions": [
{
"id": "route",
"primitive": "choice",
"options": [
"billing",
"tech",
"sales"
]
},
{
"id": "approve",
"primitive": "noul",
"options": [
"true",
"false"
]
},
{
"id": "severity",
"primitive": "score",
"options": [
"0",
"1",
"2",
"3"
]
}
]
}