Complete grading specification
{
"type": "tool_trace",
"config": {
"check_version": 2,
"today": "2028-01-01",
"assertions": [
{
"type": "field_equals",
"tool": "create_calendar_event",
"action_id": "alex_060_create_calendar_event",
"path": "result.ok",
"value": true,
"check_id": "alex_060_00"
},
{
"type": "datetime_absolute_eq",
"path": "result.event.start",
"value": "2028-01-09T09:30:00-05:00",
"tool": "create_calendar_event",
"action_id": "alex_060_create_calendar_event",
"check_id": "alex_060_01"
},
{
"type": "datetime_absolute_eq",
"path": "result.event.end",
"value": "2028-01-09T10:30:00-05:00",
"tool": "create_calendar_event",
"action_id": "alex_060_create_calendar_event",
"check_id": "alex_060_02"
},
{
"type": "field_llm_judge",
"path": "result.event.body",
"criterion": "The event identifies the cafe as the 7th Avenue spot in Park Slope on the same block as the bagel place and on the opposite corner.",
"tool": "create_calendar_event",
"action_id": "alex_060_create_calendar_event",
"check_id": "alex_060_03"
}
]
}
}