Interface IAgentToolExecutionObserver
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Agentics.Services
Assembly: Cephalon.Agentics.dll
Observes agent-tool execution reports for audit, telemetry, or host-specific projection.
public interface IAgentToolExecutionObserverMethods
Section titled “Methods”ObserveAsync(AgentToolExecutionReport, CancellationToken)
Section titled “ ObserveAsync(AgentToolExecutionReport, CancellationToken)”Observes one execution report after it has been accepted by the runtime catalog.
ValueTask ObserveAsync(AgentToolExecutionReport report, CancellationToken cancellationToken = default)Parameters
Section titled “Parameters”report AgentToolExecutionReport
The execution report to observe.
cancellationToken CancellationToken
The cancellation token for the observation.
Returns
Section titled “Returns”A task that completes when the report has been observed.