unify_persons_tool
Use unify_persons_tool to merge duplicate Person entities after confirming they refer to the same human.
#Signature
unify_persons_tool(primary_entity_id, duplicate_entity_ids) -> JSON string
#Arguments
primary_entity_id: Person entity ID, UUID prefix, or platform ref to keepduplicate_entity_ids: duplicate Person entity IDs, UUID prefixes, or platform refs to merge into the primary
#Returns
- updated primary Person
- duplicate IDs that were merged
- an error message if an entity is missing or is not a Person