mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-12 10:12:11 +03:00
`filterToOpenAIFormat` rewrites the OpenAI Responses-style `developer` role to `system` before downstream dispatch so OpenAI-compatible providers that reject the newer role keep working on passthrough routes. Co-authored-by: Tran Hoang Nguyen <tranhoangnguyen03@gmail.com> Inspired-by: https://github.com/decolua/9router/pull/1011