Google Gen AI SDK v2.24.0
Google Gen AI SDK v2.24.0 adds credential APIs, introduces retrieval interaction steps, enables environment file uploads/downloads, and fixes automatic function calling budget enforcement.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
Google Gen AI SDK v2.24.0 brings new features including the addition and wiring of credential APIs to gaos and the SDK. The interactions schema and SDKs now support RetrievalCallStep and RetrievalResultStep. Additionally, environment file upload and download capabilities have been implemented across Python and TypeScript SDKs. A bug fix ensures functions are no longer executed once the automatic function calling budget is exhausted. Documentation updates adjust README files to reference gemini-flash-latest and Gemini 3.8 Flash.
可执行摘要
SDK v2.24.0 updates interactions schema with RetrievalCallStep and RetrievalResultStep, adds credential APIs, supports environment file transfer, and terminates function execution once the automatic function calling budget is depleted.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Upgrade google-genai SDK to v2.24.0.
- Verify workflows relying on automatic function calling budget to ensure expected behavior under budget exhaustion.
- Inspect new RetrievalCallStep and RetrievalResultStep additions if utilizing interactions schema.