mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
The retry response classification (408/429/5XX + transient inner error.code on 400s) has no overlay or hook surface in Speakeasy, so retries.py must be hand-maintained. It is tracked in gen.lock, so without a genignore entry the next `speakeasy generate` overwrites this PR's changes. pylintrc is already genignored the same way as precedent. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
5 lines
301 B
Plaintext
5 lines
301 B
Plaintext
pylintrc
|
|
# Owns retry response classification (408/429/5XX + transient inner error.code on 400s).
|
|
# Speakeasy has no overlay/hook surface for the 400-inner-code case, so this file is
|
|
# hand-maintained; genignore stops `speakeasy generate` from overwriting it. -- Claude
|
|
src/openrouter/utils/retries.py |