JJEV 実践ガイド
ホーム/Jev の判断カードを設計する

DESIGN LAB / 01

Jev の判断カードを設計する

狭い仕事を記入し、編集・コピーできるリクエスト案を作ります。Jev API は呼び出しません。

OUTPUT / DRAFT

コピーできるリクエスト案

これは設計案であり、Jev の実際の回答や精度測定ではありません。

{
  "state": "My parcel says delivered, but nothing arrived.",
  "model": "jev-latest",
  "questions": {
    "team": {
      "type": "choice",
      "instructions": "Which team should handle this customer request?",
      "criteria": {
        "shipping": "Delivery, tracking, or missing package",
        "billing": "Payment, charge, or subscription",
        "technical": "Product bug or integration failure",
        "other": "None of the above"
      }
    }
  }
}
実行方針(コードで実装)

入力はこのブラウザー内に保存されます。共有前に個人情報を確認してください。

方法を読む