LlmRelationshipDescriptionSynthesizer

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)

Constructors

Link copied to clipboard
constructor(llmOptions: <Error class: unknown class>, ai: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun synthesize(request: SynthesisRequest): SynthesisResult