MCPcopy
hub / github.com/toon-format/toon / groundTruth

Method groundTruth

benchmarks/src/questions/utils.ts:41–44  ·  view source on GitHub ↗
(groundTruth: string)

Source from the content-addressed store, hash-verified

39 }
40
41 groundTruth(groundTruth: string): this {
42 this.question.groundTruth = groundTruth
43 return this
44 }
45
46 type(type: Question['type']): this {
47 this.question.type = type

Calls

no outgoing calls

Tested by

no test coverage detected