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 8e5025f commit 0275f83Copy full SHA for 0275f83
packages/toolbox-core/src/toolbox_core/client.py
@@ -145,8 +145,7 @@ async def close(self):
145
any tools created by this Client to cease to function.
146
147
If the session was provided externally during initialization, the caller
148
- is responsible for its lifecycle, but calling close here will still
149
- attempt to close it.
+ is responsible for its lifecycle.
150
"""
151
if self.__manage_session:
152
await self.__session.close()
0 commit comments