mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
* feat(proxy): opt-in litellm_call_id in JSON error bodies Add general_settings.include_call_id_in_error_body. When true, the value already on the x-litellm-call-id response header is copied into JSON error bodies: as error.litellm_call_id on the OpenAI-shaped routes, /v1/messages, and streaming first-chunk errors, and as a top-level litellm_call_id on pass-through routes. Off by default, so error bodies stay byte-identical unless an admin opts in * chore(proxy): drop helper docstring and restore lazy OpenAPI snapshot --------- Co-authored-by: mateo-berri <277851410+mateo-berri@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_claude_code_marketplace.py | ||
| test_claude_code_skill_access.py | ||
| test_endpoints.py | ||
| test_gateway_endpoints.py | ||
| test_skills_endpoints.py | ||
| test_streaming_model_restamp.py | ||