Skip to content

Commit 5df10f7

Browse files
committed
doc: Add note for the upcoming default toolset feature.
1 parent 1f15f46 commit 5df10f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ all_tools = await client.load_toolset()
136136
```
137137

138138
> [!NOTE]
139-
> **Upcoming Feature (`v0.2.0`+):** Support for calling `toolbox.load_toolset()`
139+
> **Upcoming Feature (`v0.2.0`+):** Support for calling `client.load_toolset()`
140140
> without arguments will be introduced in `v0.2.0`.
141141
142142
### Invoking Tools
@@ -182,6 +182,11 @@ tools = sync_client.load_toolset("my-toolset")
182182
all_tools = sync_client.load_toolset()
183183
```
184184

185+
> [!NOTE]
186+
> **Upcoming Feature (`v0.2.0`+):** Support for calling `sync_client.load_toolset()`
187+
> without arguments will be introduced in `v0.2.0`.
188+
189+
185190
### Authenticating Tools
186191
187192
Tools configured in the Toolbox service to require authentication need

0 commit comments

Comments
 (0)