mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +03:00
Per review feedback: when targeting openai-responses, also normalize max_tokens and max_completion_tokens INTO max_output_tokens, not just skip the outbound normalization. This covers the case where a Chat Completions client sends max_tokens to a Responses endpoint via passthrough. Extends test to cover both reverse normalization paths.