format_pr_comment
Generate a markdown PR comment from LLM evaluation results, including a results table, regression details, and threshold status to enforce quality gates.
Instructions
Generate a markdown PR comment from evaluation results. Includes results table, regression details, and threshold status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary_path | Yes | Path to evaluation summary JSON. | |
| comparison_path | No | Path to compare_runs output JSON (optional). | |
| thresholds | No | Quality gate thresholds for pass/fail badges. |