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

    Interface AdvancedThreatInput

    interface AdvancedThreatInput {
        allowedSubrequests?: string[];
        correctionEvents?: CorrectionEvent[];
        decisionFlow?: DecisionFlowEvent[];
        deniedIntent?: string;
        extraSignals?: ThreatSignal[];
        prompt?: string;
        response?: string;
        shutdownEvents?: ShutdownEvent[];
    }
    Index
    allowedSubrequests?: string[]
    correctionEvents?: CorrectionEvent[]
    decisionFlow?: DecisionFlowEvent[]
    deniedIntent?: string
    extraSignals?: ThreatSignal[]
    prompt?: string
    response?: string
    shutdownEvents?: ShutdownEvent[]