Uses of Class
com.azure.ai.openai.assistants.models.CreateFileSearchToolResourceOptions
Packages that use CreateFileSearchToolResourceOptions
Package
Description
Package containing the data models for Assistants.
-
Uses of CreateFileSearchToolResourceOptions in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return CreateFileSearchToolResourceOptionsModifier and TypeMethodDescriptionCreateFileSearchToolResourceOptions.fromBinaryData
(com.azure.core.util.BinaryData responseFormatBinaryData) Creates a new instance of CreateFileSearchToolResourceOptions based on a JSON string.CreateToolResourcesOptions.getFileSearch()
Get the fileSearch property: A list of vector stores or their IDs made available to the `file_search` tool.Methods in com.azure.ai.openai.assistants.models with parameters of type CreateFileSearchToolResourceOptionsModifier and TypeMethodDescriptionCreateToolResourcesOptions.setFileSearch
(CreateFileSearchToolResourceOptions fileSearch) Set the fileSearch property: A list of vector stores or their IDs made available to the `file_search` tool.