Test Your Pydantic AI SQL Agent with Pydantic Evals
You've built a Pydantic AI agent that translates business questions into SQL. A user asks for total order value by region, including tax. The agent returns:
SELECT region, SUM(subtotal) AS order_total