Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/excelbench/results/failure_explainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def explain_diagnostic(
probable_cause=diagnostic.probable_cause
or "library/adapter does not implement the requested feature surface",
next_step="treat as unsupported capability, not a semantic regression",
tag="unsupported",
)

if diagnostic.root_cause_code and diagnostic.suggested_next_step:
Expand Down
Loading