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
Support injecting httpx2 client. (012804d), refs #2680
Bug Fixes
Improve AFC(automatic function calling) in chat including fixing bugs in AFC for generate_content_stream. also log warnings in generate_content, generate_content_stream and their async variants that AFC is meant to be used in chat experience, not directly in models module. (fe6118e)
Performance Improvements
Build model validators on first use instead of at import (66bfe95), refs #2784
Lazily import the interactions API to speed up import google.genai (89dcfe5)
Stop importing the requests HTTP stack at module scope (3a44936)