Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CodeInterpreterToolResource interface

Package:
@azure/ai-agents

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?: 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[]