@deskcreate/agentcraft
    Preparing search index...

    Interface FileSystemAdapterConfig

    interface FileSystemAdapterConfig {
        allowedExtensions?: string[];
        maxFileBytes?: number;
        onAuditEvent?: (event: AdapterAuditEvent) => void;
        readOnly?: boolean;
        rootPath: string;
        timeoutMs?: number;
    }
    Index

    Properties

    allowedExtensions?: string[]
    maxFileBytes?: number
    onAuditEvent?: (event: AdapterAuditEvent) => void
    readOnly?: boolean
    rootPath: string
    timeoutMs?: number