Entity Pair With Propositions
data class EntityPairWithPropositions(val sourceId: String, val sourceName: String, val targetId: String, val targetName: String, val relationshipType: String, val propositions: List<Proposition>, val existingDescription: String?)
Input for batch relationship description synthesis.
Properties
Link copied to clipboard
Current description on the edge, if any
Link copied to clipboard
Propositions mentioning both entities
Link copied to clipboard
The relationship type (e.g. "KNOWS")
Link copied to clipboard
Display name of the source entity
Link copied to clipboard
Display name of the target entity