@deskcreate/agentcraft
    Preparing search index...

    Interface AdapterRuntimeOptions

    interface AdapterRuntimeOptions {
        onAuditEvent?: (event: AdapterAuditEvent) => void;
        timeoutMs?: number;
    }
    Index

    Properties

    onAuditEvent?: (event: AdapterAuditEvent) => void
    timeoutMs?: number