Class AgentToolExecutionOutcomes
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Agentics
Assembly: Cephalon.Abstractions.dll
Defines stable outcome identifiers for agent-tool execution observations.
public static class AgentToolExecutionOutcomesInheritance
Section titled “Inheritance”object ← AgentToolExecutionOutcomes
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”ApprovalRequired
Section titled “ ApprovalRequired”Gets the outcome identifier used when a tool run needs an approval step before execution.
public const string ApprovalRequired = "approval-required"Field Value
Section titled “Field Value”Denied
Section titled “ Denied”Gets the outcome identifier used when a policy denies a tool run.
public const string Denied = "denied"Field Value
Section titled “Field Value”Failed
Section titled “ Failed”Gets the outcome identifier used when a tool run fails.
public const string Failed = "failed"Field Value
Section titled “Field Value”RetryScheduled
Section titled “ RetryScheduled”Gets the outcome identifier used when a failed tool attempt is scheduled for another process-local attempt.
public const string RetryScheduled = "retry-scheduled"Field Value
Section titled “Field Value”Skipped
Section titled “ Skipped”Gets the outcome identifier used when a tool run is intentionally skipped.
public const string Skipped = "skipped"Field Value
Section titled “Field Value”Started
Section titled “ Started”Gets the outcome identifier used when a tool run begins.
public const string Started = "started"Field Value
Section titled “Field Value”Succeeded
Section titled “ Succeeded”Gets the outcome identifier used when a tool run completes successfully.
public const string Succeeded = "succeeded"