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

    Interface SafetyScenarioResult

    interface SafetyScenarioResult {
        category: string;
        expectedBehavior: string;
        finding?: string;
        id: string;
        objective: string;
        passed: boolean;
    }
    Index
    category: string
    expectedBehavior: string
    finding?: string
    id: string
    objective: string
    passed: boolean