发布

  • [OPIK-4941] [BE] Add exclude_category_names filter to projects and threads feedback-scores/names endpoints (#5649)

    frostbyte_neo 发布于 2026-03-16 09:25:22 +00:00

    • [OPIK-4941] [BE] Add exclude_category_names filter to projects and threads feedback-scores/names endpoints

    Add @QueryParam("exclude_category_names") @DefaultValue("suite_assertion") to both
    GET /projects/feedback-scores/names and GET /traces/threads/feedback-scores/names,
    matching the existing pattern in traces, spans, and experiments endpoints.

    This prevents suite_assertion category scores from appearing as columns in the
    projects table and threads table.

    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

    • Revision 2: Consolidate exclude_category_names tests into existing parameterized tests

    Remove standalone test methods and instead add suite_assertion scores
    within the existing parameterized tests to verify default exclusion
    without test redundancy.

    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com


    Co-authored-by: Claude Opus 4.6 noreply@anthropic.com

    下载附件