BingGroundingToolResource Constructors
ClassConstructors1 member
A Foundry tool resource that grounds an agent's responses using Bing Search.
Constructor(string, AzureCognitiveServicesProjectResource)Section titled Constructor(string, AzureCognitiveServicesProjectResource) Creates a new instance of the
BingGroundingToolResource class. public class BingGroundingToolResource{ public BingGroundingToolResource( string name, AzureCognitiveServicesProjectResource project) { // ... }}Parameters
namestringThe name of the tool resource.projectAzureCognitiveServicesProjectResourceThe parent Foundry project resource.