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 536ec0a commit 83e799fCopy full SHA for 83e799f
packages/toolbox-core/src/toolbox_core/client.py
@@ -28,7 +28,8 @@ class ToolboxClient:
28
An asynchronous client for interacting with a Toolbox service.
29
30
Provides methods to discover and load tools defined by a remote Toolbox
31
- service endpoint. It manages an underlying `aiohttp.ClientSession`.
+ service endpoint. It manages an underlying `aiohttp.ClientSession`, if one
32
+ is not provided.
33
"""
34
35
__base_url: str
0 commit comments