mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-07 05:07:46 +00:00
270d23939e
* fix: fix getting mcp servers * fix(litellm_logging.py): handle list objects for final response in standard logging payload Fixes issue where mcp tool call response wouldn't show up * fix(litellm_responses_transformation/): remove invalid item error for unmapped objects - breaks stream and there's no real value to this as outside of a few of them, not all can be mapped to chat completions resolves error for web search calls via chat completions to responses api
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/test_litellm
This folder can only run mock tests.