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

Class AgentToolExecutionDecisionKinds

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

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

Defines stable decision identifiers returned by agent-tool execution policies.

public static class AgentToolExecutionDecisionKinds

objectAgentToolExecutionDecisionKinds

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Gets the decision identifier used when execution can continue.

public const string Allow = "allow"

string

Gets the decision identifier used when execution must wait for explicit approval.

public const string ApprovalRequired = "approval-required"

string

Gets the decision identifier used when execution is denied by policy.

public const string Deny = "deny"

string