发布

  • [OPIK-4449] [FE] Fix eval suite Assertions tab and Go to traces button (#5752)

    frostbyte_neo 发布于 2026-03-20 10:52:02 +00:00

    • [OPIK-4449] [FE] fix: eval suite sidebar Go to traces button

    Replace Tag with Button+TooltipWrapper for the trace link in
    ExperimentItemContent, and guard openTrace with isFunction check
    to prevent crashes when the callback is undefined.

    • [OPIK-4449] [FE] fix: wire BE assertion_scores to FE Assertions tab

    Rename FE types/fields from assertion_aggregations to assertion_scores
    to match the BE API response shape after PR #5716. The BE now serves
    per-assertion average pass rates as {name, value} instead of
    {name, pass_rate, passed_count, total_count}.

    • [OPIK-4449] [FE] fix: eval suite sidebar and experiment items panel

    • [OPIK-4449] [FE] fix: rename trace tag label, fix prettier formatting

    下载附件