@oss-autopilot/core - v3.7.0
    Preparing search index...

    Interface AntiLLMMatch

    interface AntiLLMMatch {
        category: AntiLLMCategory;
        excerpt: string;
        phrase: string;
    }
    Index

    Properties

    category: AntiLLMCategory
    excerpt: string

    ~80 character window around the match, for surfacing to the user.

    phrase: string

    The exact substring from the source text that triggered the match.