Uses of Class
com.azure.ai.agents.persistent.models.BingGroundingSearchToolParameters
Packages that use BingGroundingSearchToolParameters
Package
Description
Package containing the data models for Agents.
-
Uses of BingGroundingSearchToolParameters in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return BingGroundingSearchToolParametersModifier and TypeMethodDescriptionBingGroundingSearchToolParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BingGroundingSearchToolParameters from the JsonReader.BingGroundingToolDefinition.getBingGrounding()Get the bingGrounding property: The bing grounding search tool parameters.Constructors in com.azure.ai.agents.persistent.models with parameters of type BingGroundingSearchToolParametersModifierConstructorDescriptionBingGroundingToolDefinition(BingGroundingSearchToolParameters bingGrounding) Creates an instance of BingGroundingToolDefinition class.