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

Method prompt

benchmarks/src/questions/utils.ts:36–39  ·  view source on GitHub ↗
(prompt: string)

Source from the content-addressed store, hash-verified

34 }
35
36 prompt(prompt: string): this {
37 this.question.prompt = prompt
38 return this
39 }
40
41 groundTruth(groundTruth: string): this {
42 this.question.groundTruth = groundTruth

Calls

no outgoing calls

Tested by

no test coverage detected