Enum ApprovalKind
- Namespace
- JD.AI.Core.Governance
- Assembly
- JD.AI.Core.dll
Kind of operation that triggered an approval request.
public enum ApprovalKind
Fields
DataAccess = 2An operation that accesses external data sources.
ExternalRequest = 3An operation that communicates with external APIs or services.
FileSystem = 4An operation that modifies files or the file system.
ToolCall = 1A sensitive tool call requires user confirmation.
Workflow = 0A structured workflow is about to begin execution.