JSONL
Each line is a JSON object representing oneEvalCase.
| Field | Type | Description |
|---|---|---|
input | string | Required. The prompt sent to the model |
expected_output | string | For ExactMatch, Contains, BLEU, ROUGE |
context | string | For Faithfulness, Hallucination, Summarization |
tags | list[string] | For filtering and grouping in reports |
metadata | object | Arbitrary key-value data attached to results |

