Interface IAgentToolRunReporter
Namespace: Cephalon.Agentics.Services
Assembly: Cephalon.Agentics.dll
Records runtime observations for agent-tool runs.
public interface IAgentToolRunReporterMethods
Section titled “Methods”ReportAsync(AgentToolExecutionReport, CancellationToken)
Section titled “ ReportAsync(AgentToolExecutionReport, CancellationToken)”Records one runtime observation for an agent-tool run.
ValueTask ReportAsync(AgentToolExecutionReport report, CancellationToken cancellationToken = default)Parameters
Section titled “Parameters”report AgentToolExecutionReport
The runtime observation to record.
cancellationToken CancellationToken
The token that cancels the operation.
Returns
Section titled “Returns”A task that completes when the observation has been recorded.