Jev recipe / implementation steps

Jev による型安全なスパム・不正投稿検知

自由文テキスト生成に判定を埋没させることなく、明示的な二値シグナル(Noul)と信頼度を出力します。

Build this decision in three steps

01投稿本文と送信者の基礎メタデータ(登録日数、投稿頻度等)をコンテキストとして渡す。
02サービス独自のスパム定義を明確にし、境界が明確な二値判定(Noul)を用いる。
03判定が曖昧なグレーゾーンの投稿は即座に削除せず、隔離キューに保存して人手確認を実施。
schema / example
{
  "is_spam": {
    "type": "noul",
    "instructions": "このメッセージはスパムですか?"
  }
}
Copy this into the Playground, then replace the state and criteria with your own.

Continue building the workflow