IntelligenceX

API Reference

Class

ToolHandoffBinding

Namespace IntelligenceX.Tools
Assembly IntelligenceX
Modifiers sealed

Typed mapping from source field to destination argument.

Inheritance

  • Object
  • ToolHandoffBinding

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 ToolHandoffBinding() #

Methods

public Void Validate() #
Returns: Void

Validates the binding descriptor.

Properties

public String SourceField { get; set; } #

Source field name produced by current tool output context.

public String TargetArgument { get; set; } #

Destination argument name expected by the target tool.

public Boolean IsRequired { get; set; } #

True when this binding is required for a valid handoff.

public String TransformId { get; set; } #

Optional transform id applied while mapping source to destination.