Member Junction
    Preparing search index...

    Default no-op LLM fallback implementation. Always returns null (no LLM available). Replace with a real implementation to enable LLM-based SQL fix-up.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Attempt to fix a failed SQL conversion using an LLM.

      Returns Promise<{ model?: string; sql: string }>

      The LLM-corrected SQL, or null if unable to fix