Skip to main content

run_suite_with_meta

Function run_suite_with_meta 

Source
pub fn run_suite_with_meta(
    agent: &impl Agent,
    cases: &[EvalCase<(), Expectation>],
    meta: RunMeta,
) -> EvalReport
Expand description

As run_suite, but records explicit RunMeta (backend label, temperature, shared system prompt) on the report.