实验场

免费在线体验

编辑、校验、复制或下载本站支持的 systemone 子集。本页从不调用官方接口。样例是占位符,不是实时结果。

Template
Edit the state, then validate. This builder never calls Jev.

Sample response shape

Placeholder field names from the official API. Not live results.

{
  "note": "Shape diagram of official field names, not a live systemone response. Values are placeholders; this hub did not call the API.",
  "endpoint": "https://api.typesafe.ai/v1/systemone",
  "auth": "Authorization: Bearer $TYPESAFE_API_KEY",
  "model": "jev-latest",
  "answers": {
    "department": {
      "type": "choice",
      "choice": "<option>",
      "probabilities": "<option -> 0-1>",
      "confidence": "<0-1>"
    },
    "urgency": {
      "type": "score",
      "score": "<weighted level>",
      "legend": "<index -> description>",
      "probabilities": "<index -> 0-1>",
      "confidence": "<0-1>"
    },
    "wants_refund": {
      "type": "noul",
      "noul": "<0-1>"
    }
  },
  "usage": {
    "input_tokens": "<integer>",
    "output_tokens": "<integer>"
  }
}