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