We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f0d4f commit 4d4b0e4Copy full SHA for 4d4b0e4
agentops/instrumentation/google_adk/instrumentor.py
@@ -29,7 +29,7 @@ class GoogleADKInstrumentor(BaseInstrumentor):
29
30
def instrumentation_dependencies(self) -> Collection[str]:
31
"""Return packages required for instrumentation."""
32
- return ["google-genai >= 0.1.0"]
+ return ["google-adk >= 0.1.0"]
33
34
def _instrument(self, **kwargs):
35
"""Instrument the Google ADK.
0 commit comments