yourbench/utils/question_models.py [82:87]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        document_id: str,
        model: str,
        raw_response: str,
        additional_instructions: str = "",
    ) -> QuestionRow:
        return cls(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



yourbench/utils/question_models.py [109:114]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        document_id: str,
        model: str,
        raw_response: str,
        additional_instructions: str = "",
    ) -> QuestionRow:
        return cls(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



