GroundingReport

data class GroundingReport(val propositions: Int, val attempted: Int, val written: Int, val skipped: Int, val failed: Int)

Constructors

Link copied to clipboard
constructor(propositions: Int, attempted: Int, written: Int, skipped: Int, failed: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val failed: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard