Llm Relationship Description Synthesizer
data class LlmRelationshipDescriptionSynthesizer(llmOptions: <Error class: unknown class>, ai: <Error class: unknown class>) : RelationshipDescriptionSynthesizer
LLM-based implementation of RelationshipDescriptionSynthesizer.
Uses structured output to synthesize a concise description for a relationship from the propositions that mention both entities.
Example usage:
val synthesizer = LlmRelationshipDescriptionSynthesizer
.withLlm(llmOptions)
.withAi(ai)Content copied to clipboard