IntelligenceX

API Reference

Class

ToolHandoffFollowUpPriorities

Namespace IntelligenceX.Tools
Assembly IntelligenceX
Modifiers static

Shared follow-up priority hints used by outbound handoff routes. Higher values indicate more important follow-up work.

Inheritance

  • Object
  • ToolHandoffFollowUpPriorities

Methods

public static Int32 Normalize(Int32 value) #
Returns: Int32

Normalizes a follow-up priority into the supported 0-100 range.

Parameters

value System.Int32 requiredposition: 0

Fields

public const Int32 Low #

Low-importance follow-up priority.

Value: 25
public const Int32 Normal #

Normal follow-up priority.

Value: 50
public const Int32 High #

High-importance follow-up priority.

Value: 75
public const Int32 Critical #

Critical follow-up priority.

Value: 100