Skip to content

Commit 944e39e

Browse files
google-genai-botcopybara-github
authored andcommitted
chore: allow implementations to skip defining a close method on Toolset
PiperOrigin-RevId: 792760747
1 parent 9478a31 commit 944e39e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/google/adk/tools/base_toolset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ async def get_tools(
7777
list[BaseTool]: A list of tools available under the specified context.
7878
"""
7979

80-
@abstractmethod
8180
async def close(self) -> None:
8281
"""Performs cleanup and releases resources held by the toolset.
8382

0 commit comments

Comments
 (0)