Intent

การจัดเส้นทาง intent

จัดเส้นทางคำขอผู้ใช้ไปยัง workflow ที่ถูกต้องด้วยการตัดสินใจ Jev ที่รวดเร็วและมีโครงสร้าง

Choice · การรู้จำ intent

การรู้จำ intentการจัดเส้นทาง AI

Product recs

Shopping, comparison, product fit.

Support

Orders, returns, refunds, shipping.

Other

General chat or unclear intent.

Request sent to Jev

Clicking run posts this JSON to POST /api/playground. Sign in to run.

POST /api/playground
{
  "state": "I want to return the shoes I bought last week.",
  "questions": {
    "intent": {
      "type": "choice",
      "instructions": "Route this user message to the correct workflow.",
      "criteria": {
        "product_recommendation": "Shopping, comparison, or product fit",
        "customer_support": "Orders, returns, refunds, shipping, or account help",
        "other": "General chat or unclear intent"
      }
    }
  }
}