Skip to content
Docs Try Aspire
Docs Try

FoundryToolResource

Class abstract net8.0
📦 Aspire.Hosting.Foundry v13.4.0-preview.1.26281.18
Base class for Foundry tool resources that participate in the Aspire application model.
namespace Aspire.Hosting.Foundry;
public abstract class FoundryToolResource
: Aspire.Hosting.ApplicationModel.Resource,
Aspire.Hosting.Foundry.IFoundryTool
{
// ...
}
ResourceIFoundryTool
All Foundry tools are modeled as project-level resources, enabling dashboard visibility, reusability across agents, and consistent lifecycle management. Create tool instances using the Add*Tool extension methods on AzureCognitiveServicesProjectResource.