IntelligenceX

API Reference

Class

ToolScopeArgumentNames

Namespace IntelligenceX.Tools
Assembly IntelligenceX
Modifiers static

Shared schema argument names used to infer scope, targeting, and planner-facing traits.

Inheritance

  • Object
  • ToolScopeArgumentNames

Properties

public static IReadOnlyList<String> HostTargetInputArguments { get; } #

Ordered schema arguments that target a specific host or server.

public static IReadOnlyList<String> TargetScopeArguments { get; } #

Ordered schema arguments that scope a tool to a specific domain, file, or event-log source.

public static IReadOnlyList<String> DomainScopeArguments { get; } #

Ordered schema arguments that scope a tool to Active Directory forest/domain context.

public static IReadOnlyList<String> HostScopeArguments { get; } #

Ordered schema arguments that scope a tool to host-specific context.

public static IReadOnlyList<String> FileScopeArguments { get; } #

Ordered schema arguments that scope a tool to file-system-backed inputs.