mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
Previously, image parts were always filtered out when converting content to Anthropic message parameters. This change updates the logic to only filter out image parts and log a warning when the content role is not "user". This enables sending image data as part of user prompts to Claude models Merges: https://github.com/google/adk-python/pull/3286 Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 836725196