mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-28 18:21:38 +00:00
* fix: handle reasoning parameters and response in responses bridge Updates the OpenAI completions/responses bridge to map reasoning_effort to reasoning parameters, and the chunk parser to return reasoning_content. ref: 12432 * fix: using type checked objects in responses bridge transform ref: 12432