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

    Type Alias CustomModel

    CustomModel: (
        req: CustomModelRequest,
    ) => Promise<string | AsyncIterable<string>>

    Escape hatch for custom gateways and tests: an async function mapping a prompt to text or a text stream.

    Type Declaration