Share via


CodeInterpreterToolResourceOutput interface

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

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.

Property Details

dataSources

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

dataSources?: VectorStoreDataSourceOutput[]

Property Value

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.

fileIds?: string[]

Property Value

string[]