tooluniverse.tools.Tool_RAG moduleΒΆ Tool_RAG Retrieve related tools from the toolbox based on the provided description tooluniverse.tools.Tool_RAG.Tool_RAG(description, limit, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ Retrieve related tools from the toolbox based on the provided description Parameters: description (str) β The description of the tool capability required. limit (int) β The number of tools to retrieve stream_callback (Callable, optional) β Callback for streaming output use_cache (bool, default False) β Enable caching validate (bool, default True) β Validate parameters Return type: Any