Module tool

Source
Expand description

Tool management and representation.

This module defines the Tool struct, which represents a single executable function, and related components like ToolLanguage.

Structs§

Tool
Represents a single, executable tool that can be called by an LLM or user.

Enums§

ToolLanguage
An enumeration of the programming languages supported for tools.