You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Interactions adapter already sends only the current turn when a previous interaction id is present, but the standard flow still walked and copied the whole session history first, and could invoke the explicit cache manager even though Interactions only supports implicit caching. This finds the previous interaction id up front, assembles just the current turn for those requests, and skips explicit cache mutation on that path. Ordinary GenerateContent requests keep full history.
Co-authored-by: George Weale <gweale@google.com>
PiperOrigin-RevId: 952369834
0 commit comments