OpenRouter TypeScript SDK - v1.0.6
    Preparing search index...

    Interface BatchOptions

    Options for batch processing

    interface BatchOptions {
        maxConcurrent?: number;
        stopOnError?: boolean;
    }
    Index

    Properties

    maxConcurrent?: number
    stopOnError?: boolean