1 parent dba24f6 commit 9a0b300Copy full SHA for 9a0b300
1 file changed
src/excelbench/results/failure_explainer.py
@@ -54,6 +54,7 @@ def explain_diagnostic(
54
probable_cause=diagnostic.probable_cause
55
or "library/adapter does not implement the requested feature surface",
56
next_step="treat as unsupported capability, not a semantic regression",
57
+ tag="unsupported",
58
)
59
60
if diagnostic.root_cause_code and diagnostic.suggested_next_step:
0 commit comments