vigiles API reference
    Preparing search index...

    Interface PromptDiversityIssue

    interface PromptDiversityIssue {
        kind: "too-few" | "too-similar";
        message: string;
    }
    Index

    Properties

    Properties

    kind: "too-few" | "too-similar"
    message: string