你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CodeInterpreterToolResource interface

code_interpreter 工具使用的一组资源。

属性

dataSources

要使用的数据源。 此选项与 fileIds 属性互斥。

fileIds

可供 code_interpreter 工具使用的文件 ID 列表。 最多可以有 20 个与该工具关联的文件。

属性详细信息

dataSources

要使用的数据源。 此选项与 fileIds 属性互斥。

dataSources?: VectorStoreDataSource[]

属性值

fileIds

可供 code_interpreter 工具使用的文件 ID 列表。 最多可以有 20 个与该工具关联的文件。

fileIds?: string[]

属性值

string[]