Suggested Proposition
data class SuggestedProposition(val text: String, val mentions: List<SuggestedMention> = emptyList(), val confidence: <Error class: unknown class>, val decay: <Error class: unknown class> = 0.0, val importance: <Error class: unknown class> = 0.5, val reasoning: String = "", val grounding: List<String> = emptyList(), val source: String = "propose_facts") : Suggestion
A proposition suggested by the LLM from chunk analysis. This is the output type from the propose_facts prompt.
Constructors
Link copied to clipboard
constructor(text: String, mentions: List<SuggestedMention> = emptyList(), confidence: <Error class: unknown class>, decay: <Error class: unknown class> = 0.0, importance: <Error class: unknown class> = 0.5, reasoning: String = "", grounding: List<String> = emptyList(), source: String = "propose_facts")