Uses of Class
com.azure.ai.agents.persistent.models.FileSearchToolDefinitionDetails
Packages that use FileSearchToolDefinitionDetails
Package
Description
Package containing the data models for Agents.
-
Uses of FileSearchToolDefinitionDetails in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.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.FileSearchToolDefinitionDetails.setRankingOptions(FileSearchRankingOptions rankingOptions) Set the rankingOptions property: Ranking options for file search.Methods in com.azure.ai.agents.persistent.models with parameters of type FileSearchToolDefinitionDetailsModifier and TypeMethodDescriptionFileSearchToolDefinition.setFileSearch(FileSearchToolDefinitionDetails fileSearch) Set the fileSearch property: Options overrides for the file search tool.