Open
Description
Initial Checks
- I confirm that I'm using the latest version of Pydantic AI
- I confirm that I searched for my issue in https://github.com/pydantic/pydantic-ai/issues before opening this issue
Description
In ReportCaseRenderer.build_row
there is a typo :
Actual :
pydantic-ai/pydantic_evals/pydantic_evals/reporting/__init__.py
Lines 563 to 564 in dd22595
Expected
if self.include_expected_output:
row.append(self.output_renderer.render_value(None, case.expected_output) or EMPTY_CELL_STR)
Example Code
Python, Pydantic AI & LLM client version
Latest