EntityPairWithPropositions

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.

Constructors

Link copied to clipboard
constructor(sourceId: String, sourceName: String, targetId: String, targetName: String, relationshipType: String, propositions: List<Proposition>, existingDescription: String?)

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

Resolved ID of the source entity

Link copied to clipboard

Display name of the source entity

Link copied to clipboard

Resolved ID of the target entity

Link copied to clipboard

Display name of the target entity