Skip to main content

generate_review_html

Function generate_review_html 

Source
pub fn generate_review_html(
    iteration_dir: &Path,
    skill_name: &str,
    out: &Path,
) -> Result<PathBuf>
Expand description

Generate a self-contained static HTML review of an eval iteration.

Two sections: per-eval outputs (prompt + produced files + formal grades + a feedback textbox) and the benchmark summary (pass-rate/time/tokens per config, with the delta and analyst notes). A “Download feedback” button serializes all textareas to feedback.json client-side — no server needed.