Trigger Label Consolidation
Consolidate duplicate labels across the knowledge graph.
Embedding finds semantically-similar label pairs (including cross-language), an LLM judges which are the same concept, and confirmed duplicates are merged into one (reversible). Pass dry_run=true to preview the LLM's proposed merges in the feed event without changing anything.
Query Parameters
dry_run?Dry Run
Preview proposed merges without applying them
Default
falseResponse Body
application/json
application/json
curl -X POST "https://example.com/agent/trigger/label-consolidation"{ "property1": "string", "property2": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}