ข้ามไปยังเนื้อหา

Interface IAgentToolRunReporter

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Agentics.Services
Assembly: Cephalon.Agentics.dll

Records runtime observations for agent-tool runs.

public interface IAgentToolRunReporter

ReportAsync(AgentToolExecutionReport, CancellationToken)

Section titled “ ReportAsync(AgentToolExecutionReport, CancellationToken)”

Records one runtime observation for an agent-tool run.

ValueTask ReportAsync(AgentToolExecutionReport report, CancellationToken cancellationToken = default)

report AgentToolExecutionReport

The runtime observation to record.

cancellationToken CancellationToken

The token that cancels the operation.

ValueTask

A task that completes when the observation has been recorded.