why_connected
Find direct connections between two memories, in either direction. Prefer from_id/to_id when you already have exact ids — resolution is exact-match and errors if a given id has no matching live memory, rather than silently falling back to label search. This is the recommended way to verify an exact pair (e.g. before connect(relationship=resolved)). Use from_label/to_label when you only have a concept in mind, not an id — resolution is a fuzzy substring match against the most recently created candidate. Each side resolves independently, so from_id may be combined with to_label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_id | No | ||
| domain | No | ||
| from_id | No | ||
| to_label | No | ||
| from_label | No |