3. field_llm_judge / send_email
{
"type": "field_llm_judge",
"tool": "send_email",
"path": "result.body",
"criterion": "States that every payment over $5,000 must be flagged before payment and manually reviewed every time, and that this rule is not optional.",
"check_id": "morgan_010_02",
"action_id": "morgan_010_send_email"
}Complete grading specification
{
"type": "tool_trace",
"config": {
"check_version": 2,
"today": "2026-09-14",
"assertions": [
{
"type": "field_equals",
"tool": "send_email",
"path": "result.ok",
"value": true,
"check_id": "morgan_010_00",
"action_id": "morgan_010_send_email"
},
{
"type": "field_equals",
"tool": "send_email",
"path": "result.to",
"value": "finance@scaffold.dev",
"check_id": "morgan_010_01",
"action_id": "morgan_010_send_email"
},
{
"type": "field_llm_judge",
"tool": "send_email",
"path": "result.body",
"criterion": "States that every payment over $5,000 must be flagged before payment and manually reviewed every time, and that this rule is not optional.",
"check_id": "morgan_010_02",
"action_id": "morgan_010_send_email"
}
]
}
}