Package version:

Interface CodeInterpreterToolResource

A set of resources that are used by the code_interpreter tool.

interface CodeInterpreterToolResource {
    dataSources?: {};
    fileIds?: {};
}

Properties

dataSources?: {}

The data sources to be used. This option is mutually exclusive with the fileIds property.

fileIds?: {}

A list of file IDs made available to the code_interpreter tool. There can be a maximum of 20 files associated with the tool.