Skip to content

Update ADK doc according to issue #1048 - 7 - updates for ApplicationIntegrationToolset#1056

Open
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20251212-012137
Open

Update ADK doc according to issue #1048 - 7 - updates for ApplicationIntegrationToolset#1056
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20251212-012137

Conversation

@adk-bot
Copy link
Copy Markdown
Collaborator

@adk-bot adk-bot commented Dec 12, 2025

[Feature] Document Application Integration connection_template_override.
The ApplicationIntegrationToolset now has a connection_template_override parameter.

Proposed Change:
In docs/tools/google-cloud-tools.md, update the ApplicationIntegrationToolset section.

Current state:
The documentation for ApplicationIntegrationToolset does not mention this parameter.

Proposed Change:
Add a note about the connection_template_override parameter to the ApplicationIntegrationToolset section.

connector_tool = ApplicationIntegrationToolset(
    project="test-project",
    location="us-central1",
    connection="test-connection",
    connection_template_override="MyExecuteConnection",
)

Reasoning:
This new parameter allows users to override the default connection template, which should be documented.

Reference:

  • src/google/adk/tools/application_integration_tool/application_integration_toolset.py

@joefernandez joefernandez changed the title Update ADK doc according to issue #1048 - 7 Update ADK doc according to issue #1048 - 7 - updates for ApplicationIntegrationToolset Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants