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 WebSearchSkill makes network requests but doesn't implement any caching mechanism. Adding a simple cache (e.g., using Room) for search results would improve performance and reduce network usage for repeated queries.
The WebSearchSkill makes network requests but doesn't implement any caching mechanism. Adding a simple cache (e.g., using Room) for search results would improve performance and reduce network usage for repeated queries.