IntelligenceX

API Reference

Class

ToolSetupRequirement

Namespace IntelligenceX.Tools
Assembly IntelligenceX
Modifiers sealed

Typed descriptor for a single setup requirement.

Inheritance

  • Object
  • ToolSetupRequirement

Usage

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

Returned or exposed by

Constructors

public ToolSetupRequirement() #

Methods

public Void Validate() #
Returns: Void

Validates the setup requirement.

Properties

public String RequirementId { get; set; } #

Stable requirement identifier.

public String Kind { get; set; } #

Requirement kind token.

public Boolean IsRequired { get; set; } #

True when this requirement blocks execution.

public IReadOnlyList<String> HintKeys { get; set; } #

Optional hint keys linked to this requirement.