We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf7f68 commit a9ebc03Copy full SHA for a9ebc03
README.md
@@ -127,7 +127,7 @@ tools = toolset.get_tools("hris_*")
127
meta_tools = tools.meta_tools()
128
129
# Search for relevant tools using natural language
130
-filter_tool = meta_tools.get_tool("meta_filter_relevant_tools")
+filter_tool = meta_tools.get_tool("meta_search_tools")
131
results = filter_tool.call(query="manage employees", limit=5)
132
133
# Execute discovered tools dynamically
@@ -151,4 +151,4 @@ For more examples, check out the [examples/](examples/) directory:
151
152
## License
153
154
-Apache 2.0 License
+Apache 2.0 License
0 commit comments