Skip to content

Update ADK doc according to issue #1227 - 11 - OpenAPI tool execution#1246

Open
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20260205-190916
Open

Update ADK doc according to issue #1227 - 11 - OpenAPI tool execution#1246
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20260205-190916

Conversation

@adk-bot
Copy link
Collaborator

@adk-bot adk-bot commented Feb 5, 2026

11. Update OpenAPI tool execution description (httpx)

Doc file: docs/tools-custom/openapi-tools.md

Current state:

Execution: ... It handles authentication (if configured) and executes the API call using the requests library.

Proposed Change:

Execution: ... It handles authentication (if configured) and executes the API call asynchronously using the httpx library (previously requests).

Reasoning:
RestApiTool has been updated to use httpx for asynchronous execution, improving performance.

Reference: src/google/adk/tools/openapi_tool/openapi_spec_parser/rest_api_tool.py

@joefernandez joefernandez changed the title Update ADK doc according to issue #1227 - 11 Update ADK doc according to issue #1227 - 11 - OpenAPI tool execution Feb 5, 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