发布

  • [NA] [SDK] fix: surface bridge client timeouts as descriptive errors (#7030)

    frostbyte_neo 发布于 2026-06-12 09:10:27 +00:00

    The opik-sdk-driver HTTP client aborts requests after a 30s
    AbortController timeout. When that fired, the failure surfaced as a
    context-free "AbortError: This operation was aborted", making E2E
    launch failures hard to triage. Rethrow our own timeout as a
    PythonSdkBridgeError naming the endpoint and the client-side timeout,
    while leaving genuine network errors and the request budget unchanged.

    Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com

    下载附件