Uses of Class
com.azure.ai.agents.persistent.models.FileSearchToolResource
Packages that use FileSearchToolResource
Package
Description
Package containing the data models for Agents.
-
Uses of FileSearchToolResource in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return FileSearchToolResourceModifier and TypeMethodDescriptionstatic FileSearchToolResourceFileSearchToolResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FileSearchToolResource from the JsonReader.ToolResources.getFileSearch()Get the fileSearch property: Resources to be used by the `file_search` tool consisting of vector store IDs.FileSearchToolResource.setVectorStoreIds(List<String> vectorStoreIds) Set the vectorStoreIds property: The ID of the vector store attached to this agent.FileSearchToolResource.setVectorStores(List<VectorStoreConfigurations> vectorStores) Set the vectorStores property: The list of vector store configuration objects from Azure.Methods in com.azure.ai.agents.persistent.models with parameters of type FileSearchToolResourceModifier and TypeMethodDescriptionToolResources.setFileSearch(FileSearchToolResource fileSearch) Set the fileSearch property: Resources to be used by the `file_search` tool consisting of vector store IDs.