Files
windmill/ai_evals/cases/script.json
centdix 550bcbcff3 refactor: rewrite ai eval benchmark runner
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-08 14:18:44 +02:00

9 lines
473 B
JSON

[
{
"id": "script-test1-greet-user",
"prompt": "THIS IS A TEST, CODE SHOULD BE MINIMAL FUNCTIONING CODE.\n\nUpdate the current bun script so it exports `main(name: string)` and returns the plain string `Hello, ${name}!`.\nDo not return an object or array.\nDo not add external dependencies.",
"initial": "ai_evals/fixtures/frontend/script/initial/test1_empty_bun.json",
"expected": "ai_evals/fixtures/frontend/script/expected/test1_greet_user.json"
}
]