@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/cli.js
CHANGED
|
@@ -3251,6 +3251,8 @@ var FALLBACK_STATUS_CODES = [
|
|
|
3251
3251
|
// Payment required - but from upstream, not x402
|
|
3252
3252
|
403,
|
|
3253
3253
|
// Forbidden - provider restrictions
|
|
3254
|
+
413,
|
|
3255
|
+
// Payload too large - request exceeds model's context limit
|
|
3254
3256
|
429,
|
|
3255
3257
|
// Rate limited
|
|
3256
3258
|
500,
|