automated_reconciliation__tolerance_match
Pair items from two lists where amount differences are within a set tolerance, returning matched pairs and their differences.
Instructions
[automated-reconciliation] Pair items whose amounts differ by <= tol; returns (a, b, difference).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tol | Yes | ||
| side_a | Yes | ||
| side_b | Yes |