Skip to content
Docs Try Aspire
Docs Try

IFoundryTool

Interface net8.0
📦 Aspire.Hosting.Foundry v13.4.0-preview.1.26281.18
Represents a Foundry tool that can be attached to a prompt agent.
namespace Aspire.Hosting.Foundry;
public interface IFoundryTool
{
// ...
}
This interface provides an extensibility point for custom tool implementations that don't fit the standard FoundryToolResource model. For most scenarios, use the project-level Add*Tool methods which return FoundryToolResource subclasses.