Skip to content
Docs Try Aspire
Docs Try

AzureAISearchToolResource Constructors

Class Constructors 1 member
A Foundry tool resource that grounds an agent's responses using data from an Azure AI Search index.
Constructor(string, AzureCognitiveServicesProjectResource) Section titled Constructor(string, AzureCognitiveServicesProjectResource)
Creates a new instance of the AzureAISearchToolResource class.
public class AzureAISearchToolResource
{
public AzureAISearchToolResource(
string name,
AzureCognitiveServicesProjectResource project)
{
// ...
}
}
name string The name of the tool resource.
project AzureCognitiveServicesProjectResource The parent Foundry project resource.