Table of Contents

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 = 2

An operation that accesses external data sources.

ExternalRequest = 3

An operation that communicates with external APIs or services.

FileSystem = 4

An operation that modifies files or the file system.

ToolCall = 1

A sensitive tool call requires user confirmation.

Workflow = 0

A structured workflow is about to begin execution.