You’re viewing the v1.5.8 (legacy) docs. Go to the latest docs →
Gaunt Sloth Assistant
    Preparing search index...
    interface GthFileSystemToolkitOptions {
        aiignoreConfig?: { enabled?: boolean; patterns?: string[] };
        allowedDirectories?: string[];
        binaryFormats?: false | BinaryFormatConfig[];
    }
    Index

    Properties

    aiignoreConfig?: { enabled?: boolean; patterns?: string[] }
    allowedDirectories?: string[]
    binaryFormats?: false | BinaryFormatConfig[]