mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
The terminal chunk of a bridged streaming chat now carries the same provider fields the non-streaming response does (service_tier, content_filters), so streaming clients see them on the final chunk The passthrough drops Responses API bookkeeping (background, top_logprobs, store, ...) by subtracting the OpenAI SDK's Response schema from the fields it copies instead of a hand-kept denylist Spend log rows for /v1/messages calls served through the Responses adapter keep the id the client was handed instead of the decoded upstream id |
||
|---|---|---|
| .. | ||
| litellm_responses_transformation | ||
| __init__.py | ||
| test_litellm_responses_transformation_transformation.py | ||
| test_responses_bridge_provider_propagation.py | ||