tooluniverse.tools.Tool_Finder moduleΒΆ
Tool_Finder
Retrieve related tools from the toolbox based on the provided description, advanced version with β¦
- tooluniverse.tools.Tool_Finder.Tool_Finder(description, limit, picked_tool_names=None, return_call_result=None, categories=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ
Retrieve related tools from the toolbox based on the provided description, advanced version with β¦
- Parameters:
description (
str
) β The description of the tool capability required.limit (
int
) β The number of tools to retrievepicked_tool_names (
list[Any]
) β Pre-selected tool names to process. If provided, tool selection will skip theβ¦return_call_result (
bool
) β Whether to return both prompts and tool names. If false, returns only tool prβ¦categories (
list[Any]
) β Optional list of tool categories to filter bystream_callback (
Callable
, optional) β Callback for streaming output
- Return type:
Any