Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface SafetyTestResult

    interface SafetyTestResult {
        availableCategories: string[];
        category: string;
        failed: number;
        findings: string[];
        methodology: string;
        passed: number;
        reportId: string;
        scenarioResults: SafetyScenarioResult[];
        testsRun: number;
    }
    Index
    availableCategories: string[]
    category: string
    failed: number
    findings: string[]
    methodology: string
    passed: number
    reportId: string
    scenarioResults: SafetyScenarioResult[]
    testsRun: number