(options: Partial<NormalizationOptions>)
| 59 | } |
| 60 | |
| 61 | normalize(options: Partial<NormalizationOptions>): this { |
| 62 | this.question.normalizationOptions = options |
| 63 | return this |
| 64 | } |
| 65 | |
| 66 | build(): Question { |
| 67 | if (!this.question.id || !this.question.prompt || !this.question.groundTruth || !this.question.type || !this.question.dataset) { |
no outgoing calls
no test coverage detected