Options for the OpenAI code interpreter tool.

interface CodeInterpreterOptions {
    container?: null | string | CodeInterpreterToolAuto;
}

Properties

Properties

container?: null | string | CodeInterpreterToolAuto

Code interpreter container. Can be a container ID or an object that specifies uploaded file IDs to make available to the code.