Constructors

Link copied to clipboard
constructor(tools: List<Pair<LLMTool, ToolHandler>>)

Functions

Link copied to clipboard
open operator override fun invoke(request: ToolRequest): Failure<LLMError.NotFound>
Link copied to clipboard
open operator override fun iterator(): Iterator<Pair<LLMTool, ToolHandler>>
Link copied to clipboard
open override fun list(): <Error class: unknown class>
Link copied to clipboard
operator fun LLMTools.plus(that: LLMTools): LLMTools