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

Method normalize

benchmarks/src/questions/utils.ts:61–64  ·  view source on GitHub ↗
(options: Partial<NormalizationOptions>)

Source from the content-addressed store, hash-verified

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) {

Callers 4

generateGithubQuestionsFunction · 0.80
generateNestedQuestionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected