Uses of Class
com.azure.ai.agents.persistent.models.BingGroundingSearchConfiguration
Packages that use BingGroundingSearchConfiguration
Package
Description
Package containing the data models for Agents.
-
Uses of BingGroundingSearchConfiguration in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return BingGroundingSearchConfigurationModifier and TypeMethodDescriptionBingGroundingSearchConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BingGroundingSearchConfiguration from the JsonReader.Set the count property: The number of search results to return in the bing api response.BingGroundingSearchConfiguration.setFreshness(String freshness) Set the freshness property: Filter search results by a specific time range.Set the market property: The market where the results come from.BingGroundingSearchConfiguration.setSetLang(String setLang) Set the setLang property: The language to use for user interface strings when calling Bing API.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type BingGroundingSearchConfigurationModifier and TypeMethodDescriptionBingGroundingSearchToolParameters.getSearchConfigurations()Get the searchConfigurations property: The search configurations attached to this tool.Constructor parameters in com.azure.ai.agents.persistent.models with type arguments of type BingGroundingSearchConfigurationModifierConstructorDescriptionBingGroundingSearchToolParameters(List<BingGroundingSearchConfiguration> searchConfigurations) Creates an instance of BingGroundingSearchToolParameters class.