We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fe4a1 commit 9df74ecCopy full SHA for 9df74ec
veadk/agent.py
@@ -246,7 +246,7 @@ def model_post_init(self, __context: Any) -> None:
246
self.tools.append(load_kb_queries)
247
248
if self.long_term_memory is not None:
249
- from google.adk.tools.load_memory_tool import load_memory
+ from google.adk.tools import load_memory
250
251
if hasattr(load_memory, "custom_metadata"):
252
if not load_memory.custom_metadata:
0 commit comments