@blockrun/clawrouter 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -0
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3391,6 +3391,8 @@ var FALLBACK_STATUS_CODES = [
|
|
|
3391
3391
|
// Payment required - but from upstream, not x402
|
|
3392
3392
|
403,
|
|
3393
3393
|
// Forbidden - provider restrictions
|
|
3394
|
+
413,
|
|
3395
|
+
// Payload too large - request exceeds model's context limit
|
|
3394
3396
|
429,
|
|
3395
3397
|
// Rate limited
|
|
3396
3398
|
500,
|