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

    Interface PruneResult

    interface PruneResult {
        catalog: SchemaCatalog;
        dropped: number;
        schemaText: string;
        strategy: "none" | "term-match+fk-closure" | "budget-trim";
    }
    Index
    catalog: SchemaCatalog
    dropped: number
    schemaText: string

    The pruned catalog rendered for the prompt - reuse instead of re-rendering.

    strategy: "none" | "term-match+fk-closure" | "budget-trim"