tooluniverse.tools.Tool_Finder_Keyword module¶
Tool_Finder_Keyword
Simple keyword-based tool finder for discovering relevant tools using text matching
- tooluniverse.tools.Tool_Finder_Keyword.Tool_Finder_Keyword(description, limit, picked_tool_names=None, return_call_result=None, categories=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Simple keyword-based tool finder for discovering relevant tools using text matching
- Parameters:
description (
str) – The description of the tool capability required.limit (
int) – The number of tools to retrievepicked_tool_names (
list[str]) – 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[str]) – Optional list of tool categories to filter bystream_callback (
Callable, optional) – Callback for streaming output
- Return type:
dict[str,Any]