Michael
Michael
## ✅ End-to-End Testing Complete with GPT-5 Updated all configs to use GPT-5 models and verified both examples work correctly with real API calls: ### Model Updates - ✅ `openai:gpt-4o-mini`...
## ✅ Comprehensive Testing Complete - All 2 Major Providers Tested ### Test Results Summary **OpenAI GPT-5 Mini** ✅ - All 3 test cases: **PASS** - Structured output with strict...
## 🎯 Final Critical Audit - Example Cleaned and Simplified ### Problems Identified and Fixed **Problem 1: Claude Doesn't Support Structured Outputs** - ❌ Claude was in example but uses...
Closing in favor of https://github.com/promptfoo/promptfoo/pull/6290
@coderabbitai review
Fixed P1 pagination issue. The endpoint now uses proper server-side pagination with SQL queries instead of client-side filtering on truncated data. Commit 94d859713 resolves the review feedback.
@codex fix comments
CI failures appear to be flaky tests unrelated to this PR: - **Style Check**: CHANGELOG.md formatting (passes locally) - **Integration Tests**: Timing-sensitive test (expected
**CI Status Update:** ✅ **Integration Tests** - Now passing (was flaky timing test) ❌ **Style Check** - Still failing on `CHANGELOG.md` **Important:** The Style Check failure is a **pre-existing issue...