Synthesis Request
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.
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