EvalRowResult
One model interaction: the prompt, the raw response, its parsed structure (thinking / answer / tool calls), a score, and free-form metadata.
from modal_training_gym.common.eval import EvalRowResultOne model interaction: the prompt, the raw response, its parsed structure (thinking / answer / tool calls), a score, and free-form metadata.
Constructor
Section titled “Constructor”EvalRowResult(**data)| Parameter | Type | Default | Description |
|---|
Attributes
Section titled “Attributes”| Attribute | Type | Default | Description |
|---|---|---|---|
score | float | ||
prompt | str | ||
response | str | ||
parsed_response | ParsedResponse | None | ||
metadata | dict[str, Any] |