mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 15:03:36 +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
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/litellm
This folder can only run mock tests.