Skip to content
Docs Try Aspire
Docs Try

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)
{
// ...
}
}
name string The name of the tool resource.
project AzureCognitiveServicesProjectResource The parent Foundry project resource.