Definition

interface Definition

Framework-agnostic tool definition.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val description: String

Description explaining what the tool does. Critical for LLM to choose correctly.

Link copied to clipboard

Schema describing the input parameters.

Link copied to clipboard
abstract val name: String

Unique name for the tool. Used by LLM to invoke it.

Functions

Link copied to clipboard