Skip to main content

Module tool

Module tool 

Source
Expand description

Type-safe tool definitions

This module provides a high-level API for defining tools with compile-time type checking and automatic JSON schema generation.

Structs§

Tool
A tool definition
ToolBuilder
Builder for creating tools with a fluent API
ToolParam
A parameter definition for a tool

Enums§

ParamType
Parameter type enumeration

Type Aliases§

ToolHandler
Tool handler function type