CodeTracked since May 19, 2026
Fix dropped function-response events by restoring missing IDs in adk-go tool-call deserialization
Google adk-go PR #690 fixes a bug where `aiplatformToGenaiContent` failed to copy the `Id` field from `FunctionCall` and `FunctionResponse`, which caused function-response events to be silently dropped in multi-invocation tool-calling sessions that rely on non-empty IDs. A round-trip unit test was added to prevent the regression.
aiplatformToGenaiContentcreateAiplatformpbContentFunctionCallFunctionResponse