Files
OmniRoute/tests
ivan_yakimkin c7a11eea4c fix: add reverse normalization max_tokens/max_completion_tokens → max_output_tokens for Responses targets
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.
2026-04-16 13:34:44 +03:00
..