Uses of Class
com.azure.ai.openai.assistants.models.UpdateToolResourcesOptions
Packages that use UpdateToolResourcesOptions
Package
Description
Package containing the data models for Assistants.
-
Uses of UpdateToolResourcesOptions in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return UpdateToolResourcesOptionsModifier and TypeMethodDescriptionstatic UpdateToolResourcesOptions
UpdateToolResourcesOptions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UpdateToolResourcesOptions from the JsonReader.CreateAndRunThreadOptions.getToolResources()
Get the toolResources property: Override the tools the assistant can use for this run.UpdateAssistantOptions.getToolResources()
Get the toolResources property: A set of resources that are used by the assistant's tools.UpdateAssistantThreadOptions.getToolResources()
Get the toolResources property: A set of resources that are made available to the assistant's tools in this thread.UpdateToolResourcesOptions.setCodeInterpreter
(UpdateCodeInterpreterToolResourceOptions codeInterpreter) Set the codeInterpreter property: Overrides the list of file IDs made available to the `code_interpreter` tool.UpdateToolResourcesOptions.setFileSearch
(UpdateFileSearchToolResourceOptions fileSearch) Set the fileSearch property: Overrides the vector store attached to this assistant.Methods in com.azure.ai.openai.assistants.models with parameters of type UpdateToolResourcesOptionsModifier and TypeMethodDescriptionCreateAndRunThreadOptions.setToolResources
(UpdateToolResourcesOptions toolResources) Set the toolResources property: Override the tools the assistant can use for this run.UpdateAssistantOptions.setToolResources
(UpdateToolResourcesOptions toolResources) Set the toolResources property: A set of resources that are used by the assistant's tools.UpdateAssistantThreadOptions.setToolResources
(UpdateToolResourcesOptions toolResources) Set the toolResources property: A set of resources that are made available to the assistant's tools in this thread.