DiscoveryResult

data class DiscoveryResult(val mode: RetrievalMode, val supported: Boolean, val propositions: List<PropositionSummaryDto>)

The result of a discovery retrieval.

Constructors

Link copied to clipboard
constructor(mode: RetrievalMode, supported: Boolean, propositions: List<PropositionSummaryDto>)

Properties

Link copied to clipboard

the mode that was routed

Link copied to clipboard

the leak-free proposition summaries

Link copied to clipboard

whether the backing fragment was present; false signals graceful degradation (a typed-empty result from an absent fragment) rather than a genuinely empty result set