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

    Interface CustomModelRequest

    Request handed to a CustomModel.

    interface CustomModelRequest {
        prompt: string;
        signal?: AbortSignal;
        system: string;
    }
    Index
    prompt: string
    signal?: AbortSignal
    system: string