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
Since the model I can use has a limit of only 64K, it is prone to request overflow errors when used under the agent. I noticed that lite_llm supports trim_message. How can I elegantly support this capability under ADK?