langchain.js
    Preparing search index...

    Interface CodeInterpreterAutoContainer

    Auto container configuration for Code Interpreter. Creates a new container automatically or reuses an active one.

    interface CodeInterpreterAutoContainer {
        fileIds?: string[];
        memoryLimit?: CodeInterpreterMemoryLimit;
    }
    Index

    Properties

    fileIds?: string[]

    Optional list of uploaded file IDs to make available to the code. Files in the model input are automatically uploaded, so this is only needed for additional files.

    Memory limit for the container.

    • "1g" (default): 1 GB RAM
    • "4g": 4 GB RAM
    • "16g": 16 GB RAM
    • "64g": 64 GB RAM