Uses of Class
com.azure.ai.openai.assistants.models.UpdateCodeInterpreterToolResourceOptions
Packages that use UpdateCodeInterpreterToolResourceOptions
Package
Description
Package containing the data models for Assistants.
-
Uses of UpdateCodeInterpreterToolResourceOptions in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return UpdateCodeInterpreterToolResourceOptionsModifier and TypeMethodDescriptionUpdateCodeInterpreterToolResourceOptions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UpdateCodeInterpreterToolResourceOptions from the JsonReader.UpdateToolResourcesOptions.getCodeInterpreter()
Get the codeInterpreter property: Overrides the list of file IDs made available to the `code_interpreter` tool.UpdateCodeInterpreterToolResourceOptions.setFileIds
(List<String> fileIds) Set the fileIds property: A list of file IDs to override the current list of the assistant.Methods in com.azure.ai.openai.assistants.models with parameters of type UpdateCodeInterpreterToolResourceOptionsModifier and TypeMethodDescriptionUpdateToolResourcesOptions.setCodeInterpreter
(UpdateCodeInterpreterToolResourceOptions codeInterpreter) Set the codeInterpreter property: Overrides the list of file IDs made available to the `code_interpreter` tool.