Commit a3f95c7
fix: explain decline-type mismatches in RESULTS; hide outage toggle on deterministic backend (#31)
The live-gpt-4o accuracy is 99.0% because two impossible tasks are scored
as misses: the agent correctly refused both but declined on a stock
shortfall where the label expected a budget walk-away. Both are valid
reasons to refuse the same impossible order, so they are correct declines
with a stricter-than-necessary label, never a wrong order. The results
generator now emits a sentence saying so whenever accuracy < 100%, so a
judge does not have to ask; RESULTS.md is re-rendered from the committed
results.json, no numbers changed.
Also: the playground "Model down" toggle called /dev/chaos, which returns
400 on the deterministic offline backend (nothing to take down). The
toggle is now shown only when the backend can actually be taken down
(openai/groq/anthropic), so the reproducible fake backend no longer logs
a 400 on click. Full headless render audit is clean: 0 console errors, 0
failed requests across all six pages in light and dark.
Claude-Session: https://claude.ai/code/session_01BLrj9TWybDCNw1mWxZgAks
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 33318cc commit a3f95c7
3 files changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
304 | 312 | | |
305 | 313 | | |
306 | 314 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
41 | 47 | | |
42 | 48 | | |
43 | 49 | | |
| |||
116 | 122 | | |
117 | 123 | | |
118 | 124 | | |
119 | | - | |
| 125 | + | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments