Interface IAgentToolContributor
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Agentics.Services
Assembly: Cephalon.Agentics.dll
Allows a module to contribute tools into the active agentic runtime pack.
public interface IAgentToolContributorMethods
Section titled “Methods”RegisterTools(IAgentToolRegistry)
Section titled “ RegisterTools(IAgentToolRegistry)”Registers one or more tool descriptors with the supplied registry.
void RegisterTools(IAgentToolRegistry tools)Parameters
Section titled “Parameters”tools IAgentToolRegistry
The registry that collects contributed tool descriptors.