BingGroundingToolResource Constructors
Class Constructors 1 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
name string The name of the tool resource. project AzureCognitiveServicesProjectResource The parent Foundry project resource.