3. field_llm_judge / send_email
{
"type": "field_llm_judge",
"path": "result.body",
"criterion": "Does not authorize the current $2,040 flight-and-hotel quote. Requests revised options whose combined total stays under $2,000. If the message instead proposes proceeding with an over-limit option, it must send that exception back for review before booking. If a total is stated, it must be $2,040. Do not require exception review when the message rejects the current quote and requests an under-limit replacement.",
"tool": "send_email",
"check_id": "morgan_024_02",
"action_id": "morgan_024_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_024_00",
"action_id": "morgan_024_send_email"
},
{
"type": "field_equals",
"path": "result.to",
"value": "travel@scaffold.example",
"tool": "send_email",
"check_id": "morgan_024_01",
"action_id": "morgan_024_send_email"
},
{
"type": "field_llm_judge",
"path": "result.body",
"criterion": "Does not authorize the current $2,040 flight-and-hotel quote. Requests revised options whose combined total stays under $2,000. If the message instead proposes proceeding with an over-limit option, it must send that exception back for review before booking. If a total is stated, it must be $2,040. Do not require exception review when the message rejects the current quote and requests an under-limit replacement.",
"tool": "send_email",
"check_id": "morgan_024_02",
"action_id": "morgan_024_send_email"
}
]
}
}