resk-llm-ts - v1.0.0
    Preparing search index...

    Interface BaseDetector

    interface BaseDetector {
        name: string;
        category: ThreatCategory;
        enabled: boolean;
        detect(text: string, context?: Record<string, unknown>): DetectionResult;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    name: string
    category: ThreatCategory
    enabled: boolean

    Methods