Class AgentToolExecutionDecisionKinds
Namespace: Cephalon.Agentics.Services
Assembly: Cephalon.Agentics.dll
Defines stable decision identifiers returned by agent-tool execution policies.
public static class AgentToolExecutionDecisionKindsInheritance
Section titled “Inheritance”object ← AgentToolExecutionDecisionKinds
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”Gets the decision identifier used when execution can continue.
public const string Allow = "allow"Field Value
Section titled “Field Value”ApprovalRequired
Section titled “ ApprovalRequired”Gets the decision identifier used when execution must wait for explicit approval.
public const string ApprovalRequired = "approval-required"Field Value
Section titled “Field Value”Gets the decision identifier used when execution is denied by policy.
public const string Deny = "deny"