From 83e799f0263d18b3c377befb9ee1eb5b3547a6c5 Mon Sep 17 00:00:00 2001 From: Anubhav Dhawan Date: Fri, 23 May 2025 16:50:35 +0530 Subject: [PATCH] docs: Improve client class comment --- packages/toolbox-core/src/toolbox_core/client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/toolbox-core/src/toolbox_core/client.py b/packages/toolbox-core/src/toolbox_core/client.py index de4e4107..50ed74f2 100644 --- a/packages/toolbox-core/src/toolbox_core/client.py +++ b/packages/toolbox-core/src/toolbox_core/client.py @@ -28,7 +28,8 @@ class ToolboxClient: An asynchronous client for interacting with a Toolbox service. Provides methods to discover and load tools defined by a remote Toolbox - service endpoint. It manages an underlying `aiohttp.ClientSession`. + service endpoint. It manages an underlying `aiohttp.ClientSession`, if one + is not provided. """ __base_url: str