mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
Use full media types (image/jpeg, video/mp4, application/pdf) instead of suffixes (jpeg/mp4/pdf) when constructing LiteLLM payloads This fxes compatibility with providers that validate media types (Anthropic) Updated and added unit tests to assert full MIME types for image/video/pdf PiperOrigin-RevId: 800685204