mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-13 17:10:08 +00:00
ee13c65701
* fix: pass extra_headers parameter through responses API transformation chain Ensure extra_headers parameter is properly forwarded from the responses() function through the transformation handler and config to maintain header propagation in litellm_completion_request dict. * Add tests