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
When returning {"a": [2]} from my evaluator method I receive error.
I traced back the issue and this is the line that fails
# run_evaluator
results = _EVALUATOR_OUTPUT_ADAPTER.validate_python(raw_results)
Example Code
Python, Pydantic AI & LLM client version
0.0.55