ToolGroup

A group of tools to accomplish a purpose, such as web search. Introduces a level of abstraction over tools.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val tools: List<Tool>

Default tools implementation returns empty list. Override to provide native Tool instances.

Functions

Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String