CodeTracked since May 19, 2026
Preserve tool-call IDs in VertexAI content deserialization
A deserialization bug in google/adk-go PR #690 was fixed so `aiplatformToGenaiContent` now copies the `Id` field for `FunctionCall` and `FunctionResponse`, matching the existing serialization path in `createAiplatformpbContent`; this prevents function response events from being dropped in multi-invocation tool-call sessions that require non-empty IDs.
aiplatformToGenaiContentcreateAiplatformpbContentFunctionCallFunctionResponse