IntelligenceX
Class

ToolHandoffRoute

Namespace IntelligenceX.Tools
Assembly IntelligenceX
Modifiers sealed

Typed outbound handoff route descriptor.

Inheritance

  • Object
  • ToolHandoffRoute

Constructors

Methods

public Void Validate() #
Returns: Void

Validates the route descriptor.

Properties

public String TargetPackId { get; set; } #

Target pack id that can receive this handoff.

public String TargetToolName { get; set; } #

Optional target tool name within the destination pack.

public String TargetRole { get; set; } #

Optional target routing role when target tool name is not pinned.

public IReadOnlyList<ToolHandoffBinding> Bindings { get; set; } #

Source field to destination argument bindings.

public String Reason { get; set; } #

Optional short reason describing when this handoff is appropriate.