mirror of
https://github.com/langchain-ai/langchain-nextjs-template.git
synced 2026-07-18 09:57:05 -04:00
Proposal: report-only CI for app/api/** chain outputs (PromptProof) #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @geminimir on GitHub (Aug 14, 2025).
I can add a tiny report-only CI step that replays one recorded chain output under
app/api/**(no live model calls) and uploads a single HTML report on PRs.Scope / paths
Triggered only on
app/api/**and the three added files below (keeps CI focused).Files to add
.github/workflows/promptproof.ymlpromptproof.yamlfixtures/promptproof/template_chat.jsonWhat maintainers get
References
Sample report: https://geminimir.github.io/promptproof-action/reports/before.html
If this sounds okay, I’ll open a 3-file PR and can tweak the checks/paths to your preference.
Marketplace: https://github.com/marketplace/actions/promptproof-eval
Demo project: https://github.com/geminimir/promptproof-demo-project