Skip to content

Commit 039b690

Browse files
committed
docs: rename meta tools
1 parent cbf7f68 commit 039b690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ tools = toolset.get_tools("hris_*")
127127
meta_tools = tools.meta_tools()
128128

129129
# Search for relevant tools using natural language
130-
filter_tool = meta_tools.get_tool("meta_filter_relevant_tools")
130+
filter_tool = meta_tools.get_tool("meta_search_tools")
131131
results = filter_tool.call(query="manage employees", limit=5)
132132

133133
# Execute discovered tools dynamically
@@ -151,4 +151,4 @@ For more examples, check out the [examples/](examples/) directory:
151151

152152
## License
153153

154-
Apache 2.0 License
154+
Apache 2.0 License

0 commit comments

Comments
 (0)