Skip to main content

classify_cache_conformance_fixture

Function classify_cache_conformance_fixture 

Source
pub fn classify_cache_conformance_fixture(
    provider: impl Into<String>,
    model: impl Into<String>,
    raw: &str,
) -> Result<CacheConformanceReport, String>
Expand description

Classify a saved repeat-run fixture into a conformance report. raw is a JSON document shaped as either a top-level array of run entries or an object with a runs array (and optional provider/model overrides). This is the committed-conformance path: no keys, no live provider, deterministic verdict.