You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: promote Meta Tools to main feature and reorder Features section
- Move Meta Tools section to the top of Features
- Remove beta label and warning from Meta Tools
- Move Feedback Collection Tool below Meta Tools
- Meta Tools is now a stable, main feature of the SDK
Copy file name to clipboardExpand all lines: README.md
+70-72Lines changed: 70 additions & 72 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,76 @@ This is especially useful when you want to:
204
204
205
205
## Features
206
206
207
+
### Meta Tools
208
+
209
+
Meta tools enable dynamic tool discovery and execution, allowing AI agents to search for relevant tools based on natural language queries without hardcoding tool names.
210
+
211
+
#### How Meta Tools Work
212
+
213
+
Meta tools provide two core capabilities:
214
+
215
+
1.**Tool Discovery** (`meta_search_tools`): Search for tools using natural language queries
The StackOne AI SDK includes a built-in feedback collection tool (`meta_collect_tool_feedback`) that allows users to provide feedback on their experience with StackOne tools. This tool is automatically included when using `fetchTools()` and helps improve the SDK based on user input.
@@ -310,78 +380,6 @@ When AI agents use this tool, they will:
310
380
311
381
The tool description includes clear instructions for AI agents to always ask for explicit user consent before submitting feedback.
312
382
313
-
### Meta Tools (Beta)
314
-
315
-
Meta tools enable dynamic tool discovery and execution, allowing AI agents to search for relevant tools based on natural language queries without hardcoding tool names.
316
-
317
-
> ⚠️ **Beta Feature**: Meta tools are currently in beta and the API may change in future versions.
318
-
319
-
#### How Meta Tools Work
320
-
321
-
Meta tools provide two core capabilities:
322
-
323
-
1.**Tool Discovery** (`meta_search_tools`): Search for tools using natural language queries
0 commit comments