mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
before this change, we estimate the token count of the contents to cache and use it to compare with the threshold user set. but that's not precise , so we use the actual prompt token count of previous llm request. We won't create cache for the very initial request PiperOrigin-RevId: 814484840