merge_entities
Migrate all references from one entity to another and remove the source entity to merge duplicate or related library entries.
Instructions
手动合并两个实体
将 from_entity 的所有引用迁移到 to_entity,然后删除 from_entity。
Args: from_entity_id: 要被合并的实体 ID to_entity_id: 目标实体 ID reason: 合并原因
Returns: 操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_entity_id | Yes | ||
| to_entity_id | Yes | ||
| reason | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||