entity_connections
Return co-occurrence edges between entities via shared state bills, with depth options for direct or one-hop connections.
Instructions
Given an entity ID, return co-occurrence edges to other entities via shared state bills. Supports depth=1 (direct) or depth=2 (through one hop). Edges are capped at 100 and sorted by co_occurrence_count descending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| depth | No | ||
| min_co_occurrences | No |