OpenAPIToolset: lack user-provided logger to troubleshoot API calls
** Please make sure you read the contribution guide and file the issues in the right place. ** Contribution guide.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When using OpenAPIToolset, it is not possible to give our own logger to be able to have a fine-grained control of what are the underlying API attempts triggered by the LLM. We only have exceptions in case of failure, but we do not have the necessary information tune the LLM promptamd/or API description.
Describe the solution you'd like A clear and concise description of what you want to happen.
allow ``openapi_kwargs["logger"] = logger
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Use LangGraph
Additional context Add any other context or screenshots about the feature request here.
This Issue relates to our enterprise usage attempt of ADK:
- https://github.com/google/adk-python/issues/3720
- https://github.com/google/adk-python/issues/3779
- https://github.com/google/adk-python/issues/3780
- https://github.com/google/adk-python/issues/3782