generate_visual_report
Generate a self-contained HTML visual report from evaluation results, displaying traces, diffs, scores, and timelines. Opens automatically in the browser.
Instructions
Generate a beautiful self-contained HTML visual report from the latest evalview check or run results. Opens automatically in the browser. Call this after run_check or run_snapshot to give the user a visual breakdown of traces, diffs, scores, and timelines. Returns the absolute path to the generated HTML file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results_file | No | Path to a specific results JSON file. If omitted, uses the latest file in .evalview/results/. | |
| title | No | Report title shown in the header (default: 'EvalView Report') | |
| notes | No | Optional note shown in the report header (e.g. 'after refactor PR #42') | |
| no_auto_open | No | Set to true to suppress auto-opening the browser (useful in CI). Default: false. |