https://github.com/PrimeIntellect-ai/genesys/blob/32e8ccc14ab5e94b22d37c14f8737bb5983d1e10/src/genesys/verify.py#L76 By reading from JSONL we end up with `dict`s instead of `Response` objects. Either `.model_validate()` or change the type hints of the verifiers.