-
[NA] [FE] fix: deduplicate eval suite input columns in experiment items table (#6181)
发布于
2026-04-13 07:55:20 +00:00 - [NA] [FE] fix: deduplicate eval suite input columns in experiment items table
Filter out output columns whose names already appear in dataset columns
to avoid showing duplicate data (e.g. "input") in both the "Evaluation suite"
and "Evaluation task (last trial)" table sections.Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
- fix(experiments): move column dedup to table display layer only
Keep dynamicOutputColumns intact in the shared hook so filters and
column visibility state are unaffected. Apply the dedup filter only
when building outputColumnsData for table rendering.Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
- fix(experiments): use consistent deduped output columns across table, filters, and column picker
Compute visibleOutputColumns once and use it for outputColumnsData,
filterColumns, and columnSections so deduped columns don't appear
as phantom entries in the filter panel or column picker.Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
- fix(experiments): scope eval suite output dedup to echoed "input" key only
Only hide the "input" output column in eval suite mode, where the
evaluation task echoes back the dataset input. Regular experiments
are completely unaffected.Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
- fix(experiments): fix prettier formatting and implicit any types
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com
下载附件