Companion
object Companion
Functions
Link copied to clipboard
fun create(id: String, contextIdValue: String, text: String, mentions: List<EntityMention>, confidence: Double, decay: Double, importance: Double = 0.5, reasoning: String?, grounding: List<String>, created: Instant, revised: Instant, lastAccessed: Instant = revised, status: PropositionStatus, level: Int = 0, sourceIds: List<String> = emptyList(), reinforceCount: Int = 0, metadata: Map<String, Any> = emptyMap(), uri: String? = null, temporal: TemporalMetadata? = null, provenanceEntries: List<ProvenanceEntry> = emptyList(), contentRevised: Instant = revised, metadataRevised: Instant = revised, pinned: Boolean = false): Proposition
Java-friendly factory method to create a Proposition.