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 0011716 commit 270f245Copy full SHA for 270f245
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