update_interaction
Update interaction metadata such as source, target, type, or description by providing the interaction ID and optional fields.
Instructions
Update interaction metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interaction_id | Yes | Interaction ID to update | |
| source_function_id | No | New source (NULL = don't update) | |
| target_function_id | No | New target (NULL = don't update) | |
| interaction_type | No | 'call', 'chain', 'borrow', 'compose', 'pipe' (NULL = don't update) | |
| description | No | New description (NULL = don't update) |