Uses of Class
com.azure.ai.openai.assistants.models.UpdateFileSearchToolResourceOptions
Packages that use UpdateFileSearchToolResourceOptions
Package
Description
Package containing the data models for Assistants.
-
Uses of UpdateFileSearchToolResourceOptions in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return UpdateFileSearchToolResourceOptionsModifier and TypeMethodDescriptionUpdateFileSearchToolResourceOptions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UpdateFileSearchToolResourceOptions from the JsonReader.UpdateToolResourcesOptions.getFileSearch()
Get the fileSearch property: Overrides the vector store attached to this assistant.UpdateFileSearchToolResourceOptions.setVectorStoreIds
(List<String> vectorStoreIds) Set the vectorStoreIds property: A list of vector store IDs to override the current list of the assistant.Methods in com.azure.ai.openai.assistants.models with parameters of type UpdateFileSearchToolResourceOptionsModifier and TypeMethodDescriptionUpdateToolResourcesOptions.setFileSearch
(UpdateFileSearchToolResourceOptions fileSearch) Set the fileSearch property: Overrides the vector store attached to this assistant.