mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
26 lines
378 B
JSON
26 lines
378 B
JSON
{
|
|
"texts": [
|
|
"What is your phone number?",
|
|
"What is your email address?",
|
|
"What is your address?",
|
|
"What is your privacy policy?"
|
|
],
|
|
"predictions": [
|
|
{
|
|
"id": 1,
|
|
"name": "phone"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "email"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "address"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Other"
|
|
}
|
|
]
|
|
} |