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
- Tool
Builder - Builder for creating tools with a fluent API
- Tool
Param - A parameter definition for a tool
Enums§
- Param
Type - Parameter type enumeration
Type Aliases§
- Tool
Handler - Tool handler function type