Python Google ADK: rename activity_tool to activity_as_tool - #5087
Open
DABH wants to merge 2 commits into
Open
Conversation
Matches temporalio/sdk-python#1735. The code block mirrors the updated snipsync source in temporalio/samples-python#347.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
DABH
marked this pull request as draft
August 11, 2026 02:15
Contributor
Author
|
temporalio 1.32.0 is out with the rename — hold lifted. Merge after temporalio/samples-python#347 (the code block here is snipsync'd from it). |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Google ADK documentation for the Python SDK 1.32.0 helper rename.
Changes:
- Replaces
activity_toolwithactivity_as_tool. - Aligns prose, sample code, and sample descriptions.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
docs/develop/python/integrations/google-adk.mdxfor temporalio/sdk-python#1735, which renamed the Google ADK helperactivity_tooltoactivity_as_toolto match Temporal's other integrations. The rename shipped intemporalio1.32.0 (2026-08-24), so this is ready to merge.Merge order: temporalio/samples-python#347 first — the code block here is snipsync'd from that sample, and this edit matches its post-rename output.