builder / schema first

Decision Builder

把自然语言里的决策需求转换成 Jev schema。

schema / builder

Decision Builder

把自然语言里的决策需求转换成 Jev schema。

Criteria

output / json

生成的 schema

{
  "state": "我的包裹已经四天没有到,物流追踪也停止了。",
  "questions": {
    "routing": {
      "type": "choice",
      "instructions": "客服下一步应该做什么?",
      "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."
      }
    }
  }
}