langchain.js
    Preparing search index...

    Interface ResolvedRedactionRule

    Resolved redaction rule with a concrete detector function

    interface ResolvedRedactionRule {
        detector: PIIDetector;
        piiType: string;
        strategy: PIIStrategy;
    }
    Index

    Properties

    detector: PIIDetector
    piiType: string
    strategy: PIIStrategy