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 9478a31 commit 944e39eCopy full SHA for 944e39e
src/google/adk/tools/base_toolset.py
@@ -77,7 +77,6 @@ async def get_tools(
77
list[BaseTool]: A list of tools available under the specified context.
78
"""
79
80
- @abstractmethod
81
async def close(self) -> None:
82
"""Performs cleanup and releases resources held by the toolset.
83
0 commit comments