Skip to content

Commit ca8438b

Browse files
committed
doc: Add note for upcoming feature of default toolset.
1 parent b5db63a commit ca8438b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ tools = await client.load_toolset("my-toolset")
157157
all_tools = await client.load_toolset()
158158
```
159159

160+
> [!NOTE]
161+
> **Upcoming Feature (`v0.2.0`+):** Support for calling `toolbox.load_toolset()`
162+
> without arguments will be introduced in `v0.2.0`.
163+
160164
### Invoking Tools
161165
162166
Loaded tools behave like callable Python objects or functions.

0 commit comments

Comments
 (0)