Package-level declarations
Types
Link copied to clipboard
A composite of multiple LLMTools instances, which allows for invoking tools across multiple collections.
Link copied to clipboard
class RoutingToolHandler(tools: List<Pair<LLMTool, ToolHandler>>) : LLMTools, Iterable<Pair<LLMTool, ToolHandler>>