Core fields
- Name: your label for what the Sentinel checks.
- Severity: how serious a fault is,
DEBUG,INFO,WARN,ERROR, orFATAL(DEBUGis the default). Severity also drives defaults elsewhere, for example, higher-severity sentinels are preselected more often in evaluation workflows.
Stages
A Sentinel runs in up to three stages, and each stage can be configured asSTATIC (fixed rules) or LLM (model-judged):
- Qualification (optional): decide whether the request even applies before evaluating it. Examples are labeled
YES/NO. - Evaluation (required): the main check, does the response meet the expectation? Examples are labeled
PASS,FAULT, orNA. - Correction (optional): produce a suggested fix when a
FAULTis detected.
Include options
The Include Options toggles control what context is included when the Sentinel evaluates:- System Prompt
- Context
- Input
- Tool Calls
- JSON Schema