Files
OmniRoute/tests
Marceli Pawlinski dfd4d33287 fix(backend): add error.code to synthOpenAIErrorChunk for guard compatibility (#8570)
synthOpenAIErrorChunk() sets error.type to upstream_empty_response but omits
error.code. The isRequestScopedUpstreamFailure guard only checks type for
context_length_exceeded, so an upstream_empty_response error slips past it.

- Added code: upstream_empty_response to the error object in synthOpenAIErrorChunk()
- Added test assertion verifying error.code matches error.type

This ensures the guard correctly identifies upstream empty responses as
request-scoped failures.

Closes #8469
2026-07-27 19:06:45 -03:00
..
2026-07-13 09:12:40 -03:00
2026-07-06 02:25:17 -03:00
2026-06-13 17:27:40 -03:00