builder / schema first
Decision Builder
Turn a plain-language decision into a Jev-ready schema.
schema / builder
Decision Builder
Turn a plain-language decision into a Jev-ready schema.
Criteria
output / json
Generated schema
{
"state": "My package still has not arrived and tracking stopped four days ago.",
"questions": {
"routing": {
"type": "choice",
"instructions": "What should support do next?",
"criteria": {
"shipping": "Delivery is delayed or tracking is stuck.",
"refund": "The customer wants money back.",
"billing": "The issue is about payment or an invoice.",
"other": "None of the other categories apply."
}
}
}
}