IntelligenceX

API Reference

Enum

ToolWriteGovernanceMode

Namespace IntelligenceX.Tools
Assembly IntelligenceX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines runtime enforcement mode for write-governance checks.

Inheritance

  • Enum
  • ToolWriteGovernanceMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ToolWriteGovernanceMode Enforced #

Enforce write-governance checks (default).

Value: 0
public const ToolWriteGovernanceMode Yolo #

Bypass write-governance checks for write-intent calls. Intended only for local/lab scenarios.

Value: 1