Interface IAgentToolCatalog
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Agentics.Services
Assembly: Cephalon.Agentics.dll
Exposes the merged set of tools available to the active agentic runtime.
public interface IAgentToolCatalogProperties
Section titled “Properties”Gets the effective tool set after host options and module contributors have both been applied.
IReadOnlyList<AgentToolDescriptor> Tools { get; }Property Value
Section titled “Property Value”IReadOnlyList<AgentToolDescriptor>
Methods
Section titled “Methods”TryGet(string, out AgentToolDescriptor)
Section titled “ TryGet(string, out AgentToolDescriptor)”Attempts to resolve a tool descriptor by identifier.
bool TryGet(string toolId, out AgentToolDescriptor tool)Parameters
Section titled “Parameters”toolId string
The tool identifier to resolve.
tool AgentToolDescriptor
When this method returns, contains the resolved tool if found.