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 966c236 commit e5ced93Copy full SHA for e5ced93
vertexai/agent_engines/templates/adk.py
@@ -492,7 +492,7 @@ def clone(self):
492
"""Returns a clone of the ADK application."""
493
import copy
494
495
- return AdkApp(
+ return self.__class__(
496
agent=copy.deepcopy(self._tmpl_attrs.get("agent")),
497
enable_tracing=self._tmpl_attrs.get("enable_tracing"),
498
app_name=self._tmpl_attrs.get("app_name"),
0 commit comments