You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 45c9e71589 fix: enforce max_items_per_category in JSON schema and prompt
The LLM was returning only 1 article per category despite the user setting 4.
- Added minItems/maxItems to the category array schema (enforced by OpenAI strict mode)
- Changed prompt from "au maximum N actualites" to "exactement N actualites"
- Schema builder now takes max_items_per_category parameter

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
migrations fix: runtime bugs found during first Docker run + integration tests 3 months ago
src fix: enforce max_items_per_category in JSON schema and prompt 3 months ago
tests fix: runtime bugs found during first Docker run + integration tests 3 months ago
Cargo.lock Phase 7: Email sending via Resend + Markdown/PDF export 3 months ago
Cargo.toml Phase 7: Email sending via Resend + Markdown/PDF export 3 months ago
Dockerfile fix: runtime bugs found during first Docker run + integration tests 3 months ago