mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 19:04:29 +00:00
ab09d0621d
* fix(prompt_templates/factory.py): handle anthropic cache control on individual tool results Fixes issue where cache control on individual tool result was being ignored * test(test_vertex_And_google_ai_studio_gemini.py): initial unit test covering translation for grounding metadata on streaming chunk * fix(vertex_and_google_ai_studio.py): ensure grounding metadata is preserved on streaming Closes https://github.com/BerriAI/litellm/issues/10237 * fix(core_helpers.py): include usage in expected openai keys
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.