McpPropositionDetail

data class McpPropositionDetail(val id: String, val contextId: String, val text: String, val status: String, val confidence: Double, val effectiveConfidence: Double, val evidence: List<String>)

Outward get payload. MCP still returns text today; this type is the contract so we do not publish Proposition or lock callers to a one-line summary.

Constructors

Link copied to clipboard
constructor(id: String, contextId: String, text: String, status: String, confidence: Double, effectiveConfidence: Double, evidence: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard