mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-24 23:38:15 +00:00
ac11bfabcb
Add reasoning content support when Responses API falls back to completions API, enabling reasoning content for all LLM providers (Anthropic, Vertex AI, etc.) since OpenAI is currently the only native Responses API provider. * Add ReasoningSummaryTextDeltaEvent for streaming reasoning deltas * Update streaming iterator to detect and transform reasoning content * Extract reasoning content as separate output items in transformations * Support reasoning content alongside regular message content Closes https://github.com/BerriAI/litellm/issues/11302