File size: 412 Bytes
53dc842
9a5e3ef
53dc842
 
 
 
 
 
9a5e3ef
53dc842
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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"
      ]
    }
  ]
}