IntelligenceX
Enum

ToolWriteIntentMode

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

Defines how write intent is detected from tool arguments.

Inheritance

  • Enum
  • ToolWriteIntentMode

Values

public const ToolWriteIntentMode Always #

Tool is always considered write-intent capable when invoked.

Value: 0
public const ToolWriteIntentMode BooleanFlagTrue #

Write intent is active when a boolean argument is true.

Value: 1
public const ToolWriteIntentMode StringEquals #

Write intent is active when a string argument matches a configured value.

Value: 2