screen_content
Screens text for spam and toxicity, returning severity, confidence, and an action (allow, review, or block) to guide automated content moderation.
Instructions
Content-moderation & classification gate powered by Jev (System One decision model). Given text, returns spam and toxicity probabilities, a category, a severity score, a calibrated confidence, and an action (allow / review / block). Low confidence routes to review; clear, severe violations route to block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to screen. | |
| categories | No | Optional custom category list (replaces defaults). |