发布

  • [OPIK-4373] [SDK] feat: list annotation queue items via get_items (#7100)

    frostbyte_neo 发布于 2026-06-15 15:52:04 +00:00

    • [OPIK-4373] [SDK] feat: list annotation queue items via get_items

    Add get_items() (Python) / getItems() (TypeScript) to the traces and
    threads annotation queue classes so users can programmatically fetch the
    items currently in a queue. Reuses the existing search-with-filter
    mechanism (traces/threads filtered by annotation_queue_ids scoped to the
    queue's project); no new backend endpoint is required.

    All items are returned (paged internally); a truncate_images/truncateImages
    flag (default true) controls truncation of inline base64 image data.

    Implements OPIK-4373: programmatic listing of annotation queue items.

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

    • add documentation

    • Fix issues highlighted


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

    下载附件