File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ all_tools = await client.load_toolset()
136
136
` ` `
137
137
138
138
> [! 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 ()`
140
140
> without arguments will be introduced in ` v0.2.0` .
141
141
142
142
# ## Invoking Tools
@@ -182,6 +182,11 @@ tools = sync_client.load_toolset("my-toolset")
182
182
all_tools = sync_client.load_toolset ()
183
183
` ` `
184
184
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
+
185
190
# ## Authenticating Tools
186
191
187
192
Tools configured in the Toolbox service to require authentication need
You can’t perform that action at this time.
0 commit comments