add_interactions
Record multiple function dependencies in a single call by providing an array of interaction tuples, each specifying source, target, type, and description.
Instructions
Batch-record function dependencies by ID. More efficient than multiple add_interaction calls for tracking all cross-function dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interactions | Yes | Array of tuples [(source_function_id, target_function_id, interaction_type, description), ...] - type: 'call', 'chain', 'borrow', 'compose', 'pipe' |