Hi, I am building an agent using google-adk and I need to configure custom timeout settings for my tools. The default timeout seems too short for some of my API calls.
I have tried setting tool_config.timeout but it does not seem to take effect. Is there a recommended way to set per-tool timeouts?
Environment:
- Python 3.11
- google-adk 1.2.0
- Ubuntu 24.04
Thanks!
Hi, I am building an agent using google-adk and I need to configure custom timeout settings for my tools. The default timeout seems too short for some of my API calls.
I have tried setting
tool_config.timeoutbut it does not seem to take effect. Is there a recommended way to set per-tool timeouts?Environment:
Thanks!