{
"exportedAt": "2024-03-15T10:30:00Z",
"results": [
{
"conversationId": "conv_abc123",
"capturedAt": "2024-03-15T10:25:00Z",
"evalName": "Extract parties keyword check",
"evalType": "rule",
"input": "List all parties named in the contract.",
"output": "The parties are Acme Corp and Beta LLC.",
"score": 1,
"pass": true,
"reasoning": null,
"humanOverride": null
},
{
"conversationId": "conv_abc123",
"capturedAt": "2024-03-15T10:25:00Z",
"evalName": "Summary quality judge",
"evalType": "llm_judge",
"input": "List all parties named in the contract.",
"output": "The parties are Acme Corp and Beta LLC.",
"score": 0.88,
"pass": true,
"reasoning": "The response accurately identifies both parties with correct legal names.",
"humanOverride": {
"score": 0.9,
"reviewerNote": "Looks good, approved.",
"reviewedAt": "2024-03-15T11:00:00Z"
}
}
]
}