IFoundryTool
Interface net8.0
Represents a Foundry tool that can be attached to a prompt agent.
namespace Aspire.Hosting.Foundry;
public interface IFoundryTool{ // ...}Remarks
Section titled Remarks 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.