LLMTools

interface LLMTools : ToolHandler

Tools that can be presented to and used by LLM to perform actions or retrieve information.

Inheritors

Functions

Link copied to clipboard
abstract operator fun invoke(request: ToolRequest): <Error class: unknown class><T, LLMError>
Link copied to clipboard
abstract fun list(): <Error class: unknown class><T, LLMError>
Link copied to clipboard
operator fun LLMTools.plus(that: LLMTools): LLMTools