CodeInterpreterToolResource interface
A set of resources that are used by the code_interpreter
tool.
Properties
data |
The data sources to be used. This option is mutually exclusive with the |
file |
A list of file IDs made available to the |
Property Details
dataSources
The data sources to be used. This option is mutually exclusive with the fileIds
property.
dataSources?: VectorStoreDataSource[]
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[]