Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Callers
8
generateGithubQuestions
Function · 0.80
generateAnalyticsQuestions
Function · 0.80
generateTabularQuestions
Function · 0.80
generateNestedConfigQuestions
Function · 0.80
generateEventLogsQuestions
Function · 0.80
generateStructureQuestions
Function · 0.80
generateNestedQuestions
Function · 0.80
generateStructuralValidationQuestions
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected