AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Interface MongoAskOptions

    interface MongoAskOptions {
        context?: readonly MongoContextTurn[];
        onEvent?: (event: EngineEvent) => void;
        signal?: AbortSignal;
    }
    Index
    context?: readonly MongoContextTurn[]
    onEvent?: (event: EngineEvent) => void

    Per-ask progress handler; overrides the engine-level onEvent for this call.

    signal?: AbortSignal