Uses of Class
com.azure.ai.openai.assistants.models.FileSearchToolDefinitionDetails
Packages that use FileSearchToolDefinitionDetails
Package
Description
Package containing the data models for Assistants.
-
Uses of FileSearchToolDefinitionDetails in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return FileSearchToolDefinitionDetailsModifier and TypeMethodDescriptionFileSearchToolDefinitionDetails.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FileSearchToolDefinitionDetails from the JsonReader.FileSearchToolDefinition.getFileSearch()
Get the fileSearch property: Options overrides for the file search tool.FileSearchToolDefinitionDetails.setMaxNumResults
(Integer maxNumResults) Set the maxNumResults property: The maximum number of results the file search tool should output.Methods in com.azure.ai.openai.assistants.models with parameters of type FileSearchToolDefinitionDetailsModifier and TypeMethodDescriptionFileSearchToolDefinition.setFileSearch
(FileSearchToolDefinitionDetails fileSearch) Set the fileSearch property: Options overrides for the file search tool.