Variable: setOperationsTool
ts
const setOperationsTool: Tool<SpooledArtifact>;Perform set operations on two JSON arrays.
Remarks
Supported operations: intersection, union, difference, symmetric_difference, is_member, is_subset, is_superset. For arrays of objects, an optional compare_key narrows equality to a single property rather than deep structural comparison.