Configuration for a code interpreter container. Optionally specify the IDs of the files to run the code on.

interface CodeInterpreterToolAuto {
    file_ids?: string[];
    type: "auto";
}

Properties

Properties

file_ids?: string[]

An optional list of uploaded files to make available to your code.

type: "auto"

Always auto.