Uses of Class
com.azure.ai.agents.persistent.models.CodeInterpreterToolResource
Packages that use CodeInterpreterToolResource
Package
Description
Package containing the data models for Agents.
-
Uses of CodeInterpreterToolResource in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return CodeInterpreterToolResourceModifier and TypeMethodDescriptionstatic CodeInterpreterToolResourceCodeInterpreterToolResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CodeInterpreterToolResource from the JsonReader.ToolResources.getCodeInterpreter()Get the codeInterpreter property: Resources to be used by the `code_interpreter` tool consisting of file IDs.CodeInterpreterToolResource.setDataSources(List<VectorStoreDataSource> dataSources) Set the dataSources property: The data sources to be used.CodeInterpreterToolResource.setFileIds(List<String> fileIds) Set the fileIds property: A list of file IDs made available to the `code_interpreter` tool.Methods in com.azure.ai.agents.persistent.models with parameters of type CodeInterpreterToolResourceModifier and TypeMethodDescriptionToolResources.setCodeInterpreter(CodeInterpreterToolResource codeInterpreter) Set the codeInterpreter property: Resources to be used by the `code_interpreter` tool consisting of file IDs.