project/paperbench/paperbench/nano/eval.py [833:842]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            get_recorder().record_extra(
                {
                    "run_group_id": task.run_group_id,
                    "run_id": task.run_id,
                    "agent_output": agent_output.to_dict(),
                    "status": status,
                }
            )

            return agent_output
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



project/paperbench/paperbench/nano/eval.py [925:934]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        get_recorder().record_extra(
            {
                "run_group_id": task.run_group_id,
                "run_id": task.run_id,
                "agent_output": agent_output.to_dict(),
                "status": status,
            }
        )

        return agent_output
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



