project/paperbench/paperbench/nano/eval.py [895:905]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                destinations=["console", "group", "run"],
            )
            get_recorder().record_extra(
                {
                    "run_group_id": task.run_group_id,
                    "run_id": task.run_id,
                    "agent_output": agent_output.to_dict(),
                }
            )

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



project/paperbench/paperbench/nano/eval.py [910:920]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                destinations=["console", "group", "run"],
            )
            get_recorder().record_extra(
                {
                    "run_group_id": task.run_group_id,
                    "run_id": task.run_id,
                    "agent_output": agent_output.to_dict(),
                }
            )

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



