Results 149 comments of Michael

Closing: react-snap has been removed from the project; prerendering via react-snap is no longer part of the build pipeline. Pull the latest version and use next!

The documentation and example for TypeScript configuration with dynamic schema generation has been prepared in PR #6171. This PR includes: - Complete working example showing how to reuse Zod schemas...

Thank you @baransu! We'll get a fix out for this

Hi @baransu, thanks again for raising this issue and for your detailed investigation and patch! @vsauter implemented the fix, and it has been deployed. Please pull the latest version to...

Hi @jlawman and @somogyijanos, thank you both for the detailed reports and for taking the time to investigate this issue! I’ll look into what’s going wrong with the handling of...

Hi @Starday2009, unfortunately, the variables from your YAML file are being loaded as a single variable, which is causing the issue you're seeing. To resolve this, you can use an...

Hi @carvana-holwerda, thank you for your suggestion! Support for PostgreSQL via [drizzle](https://orm.drizzle.team/docs/overview) and better data normalization are on our roadmap. We would love to hear more about your specific use...

Thanks for catching and reporting this, @moltar and @mpasternak. The regex on get_evaluation_details now accepts the IDs returned by list_evaluations, and there are tests in place to cover this path....

Hi @domephant, Thanks for this question. The issue is that OpenAI and Gemini use different formats for image inputs - promptfoo doesn't automatically convert between them. **For evaluating both models**,...