td_memory_import
Import techniques from an exported library into project or global scope, with optional overwrite of existing techniques by ID.
Instructions
Import techniques from an exported library (from td_memory_export).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Exported library data (from td_memory_export). | |
| scope | No | 'project' or 'global'. | project |
| overwrite | No | Overwrite existing techniques with same ID. |