Core fields
- Name: your label for what the Sentinel checks.
- Severity: the Portal uses severity (INFO / WARN / ERROR / FATAL) to communicate how serious the issue is and to drive defaults in evaluation workflows (for example, higher-severity sentinels are preselected more often).
Evaluation directive
The Evaluation section is the main definition of what the Sentinel checks.- Directive: the natural-language instruction describing what the Sentinel should validate.
- Examples: optional labeled examples you can add to anchor behavior.
- Each example has a type like
PASS,FAULT, orNAand a text body.
- Each example has a type like
Qualification (optional)
Some sentinels include a Qualification section, which contains:- Type:
STATICorLLM - Directive: how to qualify the input before evaluation
Correction (optional)
Some sentinels include a Correction section, which contains:- Type:
STATICorLLM - Directive: how to produce a suggested correction 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