c7a11eea4c
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.