SynthesisRequest

data class SynthesisRequest(val sourceEntityId: String, val sourceEntityName: String, val targetEntityId: String, val targetEntityName: String, val relationshipType: String, val propositions: List<Proposition>, val existingDescription: String? = null)

Input for relationship description synthesis.

Constructors

Link copied to clipboard
constructor(sourceEntityId: String, sourceEntityName: String, targetEntityId: String, targetEntityName: String, relationshipType: String, propositions: List<Proposition>, existingDescription: String? = null)

Properties

Link copied to clipboard

Current description on the edge, if any

Link copied to clipboard

All 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