Interface IAgentToolRegistry
Namespace: Cephalon.Agentics.Services
Assembly: Cephalon.Agentics.dll
Collects tool descriptors contributed to the active agentic runtime pack.
public interface IAgentToolRegistryMethods
Section titled “Methods”Add(AgentToolDescriptor)
Section titled “ Add(AgentToolDescriptor)”Adds a tool descriptor to the registry.
void Add(AgentToolDescriptor tool)Parameters
Section titled “Parameters”tool AgentToolDescriptor
The tool descriptor to contribute.