hizrianraz's picture
Harden August 3 Spark launch candidate
9a5e3ef verified
Raw
History Blame Contribute Delete
412 Bytes
{
"suite": "basic_chat_preflight",
"pack": "Qwen3-Coder-Next-Spark-Agentic",
"status": "harness_ready_unmeasured",
"cases": [
{
"id": "ping",
"prompt": "Reply with exactly: pong",
"expect_exact": "pong"
},
{
"id": "code_add",
"prompt": "In one line Python, function add(a,b) returning a+b. Code only.",
"expect_substr": [
"def"
]
}
]
}