Table of Contents

Enum SafetyTier

Namespace
JD.AI.Core.Tools
Assembly
JD.AI.Core.dll

Defines the safety tier for a tool.

public enum SafetyTier

Fields

AlwaysConfirm = 2

Always ask before execution.

AutoApprove = 0

Execute without confirmation.

ConfirmOnce = 1

Ask once per session, then auto-approve.