Wnqqnw
Wnqqnw
``` Fixed multiple typos, grammar errors, and formatting issues found during project analysis: 1. Fixed grammar error in python/README.md (line 132): Changed "They is" to "They are" for proper subject-verb...
``` Fixed model name selection for native audio models to work with both Gemini Live API and Vertex AI Live API. Changes: - Added automatic model name detection based on...
``` Fixed issue where call_analytics_agent could be missing from tools_dict after multiple interactions in the data-science agent. Changes: - Added defensive check in get_root_agent() to ensure call_analytics_agent is always present...
``` Fixed the issue where bidi-demo would show "Connecting..." forever when the WebSocket connection failed or timed out. Changes: - Added 10-second connection timeout to detect failed connections - Improved...
`Removed the invalid ESLint rule "@/quotes" from eslint.config.js. The rule was malformed (the @/ prefix is not valid in ESLint), and the quotes rule was already disabled on line 55,...