We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d06fb7 commit 247fd20Copy full SHA for 247fd20
src/google/adk/evaluation/local_eval_service.py
@@ -24,7 +24,7 @@
24
25
from typing_extensions import override
26
27
-from ..agents import BaseAgent
+from ..agents.base_agent import BaseAgent
28
from ..artifacts.base_artifact_service import BaseArtifactService
29
from ..artifacts.in_memory_artifact_service import InMemoryArtifactService
30
from ..errors.not_found_error import NotFoundError
0 commit comments