mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-11 07:05:00 +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