find_overlap
Identify potentially duplicate insurance coverages when combining multiple policies. Flags overlapping coverage categories across products for agent confirmation.
Instructions
Flag CANDIDATE duplicate cover when combining 2+ products (e.g. a home policy + a family-liability policy). Each product's coverages (or exclusions) are tagged with a controlled category (schema/coverage_categories.json); a candidate overlap is a category present in 2+ of the products. Deterministic + heuristic: it surfaces likely duplicates for an agent to confirm against the actual descriptions. It does not advise or rank, and can miss overlaps the taxonomy doesn't yet cover. Pass insurer_slugs (same length/order as product_names) to pin each name to one insurer; the best document per name is selected (general conditions over IPID, newest edition).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| on | No | coverages | |
| country | Yes | ||
| insurer_slugs | No | ||
| product_names | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |