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 9b8776f commit 5d5338dCopy full SHA for 5d5338d
packages/toolbox-core/src/toolbox_core/sync_client.py
@@ -45,7 +45,7 @@ def __init__(
45
Initializes the ToolboxSyncClient.
46
47
Args:
48
- url: The base URL for the Toolbox service API (e.g., "http://localhost:8000").
+ url: The base URL for the Toolbox service API (e.g., "http://localhost:5000").
49
"""
50
# Running a loop in a background thread allows us to support async
51
# methods from non-async environments.
0 commit comments