Enum SafetyTier
Defines the safety tier for a tool.
public enum SafetyTier
Fields
AlwaysConfirm = 2Always ask before execution.
AutoApprove = 0Execute without confirmation.
ConfirmOnce = 1Ask once per session, then auto-approve.
Defines the safety tier for a tool.
public enum SafetyTier
AlwaysConfirm = 2Always ask before execution.
AutoApprove = 0Execute without confirmation.
ConfirmOnce = 1Ask once per session, then auto-approve.