langchain.js
    Preparing search index...

    Options for creating a pool.

    interface CreatePoolOptions {
        replicas: number;
        templateName: string;
        timeout?: number;
    }
    Index

    Properties

    replicas: number

    Number of pre-warmed sandboxes to maintain (0-100).

    templateName: string

    Name of the template to use for sandboxes in this pool.

    timeout?: number

    Timeout in seconds when waiting for pool to be ready. Default: 30.